aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-22 15:38:17 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-22 15:38:17 +0200
commite494587f4932d23eb2c13a87a2853be9140bc201 (patch)
treefd2cd8a7fba7c7cb3171a86ffa8015d81b706307 /src/presentation.h
parent3e592f2c7926ad92f7c293bb35c2f636f324d366 (diff)
Transfer the actual data
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 7a8c723..308cb3c 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -202,6 +202,8 @@ extern void free_slide(struct slide *s);
extern void get_titlebar_string(struct presentation *p);
+extern char *packed_sc(struct frame *fr, StyleSheet *ss);
+
extern int slide_number(struct presentation *p, struct slide *s);
extern int load_presentation(struct presentation *p, const char *filename);