aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/presentation.h')
-rw-r--r--libstorycode/presentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/presentation.h b/libstorycode/presentation.h
index 24e5e92..80c6186 100644
--- a/libstorycode/presentation.h
+++ b/libstorycode/presentation.h
@@ -41,5 +41,6 @@ extern void presentation_add_slide(Presentation *p, Slide *s);
extern int presentation_num_slides(Presentation *p);
extern Slide *presentation_slide(Presentation *p, int i);
+extern Stylesheet *presentation_get_stylesheet(Presentation *p);
#endif /* PRESENTATION_H */