From 65b623afe376e0331e106f00f487b755d555b7d1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 Apr 2019 00:03:02 +0200 Subject: Stylesheet saving skeleton --- libstorycode/storycode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libstorycode/storycode.h') diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h index f941493..c3d5d5b 100644 --- a/libstorycode/storycode.h +++ b/libstorycode/storycode.h @@ -30,6 +30,7 @@ #include "narrative.h" extern Narrative *storycode_parse_presentation(const char *sc); +extern int storycode_write_presentation(Narrative *n, GOutputStream *fh); #endif /* STORYCODE_H */ -- cgit v1.2.3