aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative.h')
-rw-r--r--libstorycode/narrative.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h
index 096ace5..b9a9f7c 100644
--- a/libstorycode/narrative.h
+++ b/libstorycode/narrative.h
@@ -27,5 +27,10 @@
#include <config.h>
#endif
+typedef struct _narrative Narrative;
+
+extern Narrative *narrative_new(void);
+extern void narrative_free(Narrative *n);
+
#endif /* NARRATIVE_H */