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, 2 insertions, 3 deletions
diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h
index ef757c0..e42b4f3 100644
--- a/libstorycode/narrative.h
+++ b/libstorycode/narrative.h
@@ -34,11 +34,10 @@ typedef struct _narrative Narrative;
extern Narrative *narrative_new(void);
extern void narrative_free(Narrative *n);
-extern void narrative_add_prestitle(Narrative *n, const char *text);
-extern void narrative_add_bp(Narrative *n, const char *text);
+extern void narrative_add_prestitle(Narrative *n, char *text);
+extern void narrative_add_bp(Narrative *n, char *text);
extern void narrative_add_text(Narrative *n, char *text);
extern void narrative_add_slide(Narrative *n, Slide *slide);
-
#endif /* NARRATIVE_H */