aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index a639c59..bf2ea81 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -68,7 +68,7 @@ struct presentation
};
-extern struct presentation *new_presentation(void);
+extern struct presentation *new_presentation(const char *imagestore);
extern char *load_everything(const char *filename);
extern SCBlock *find_stylesheet(SCBlock *bl);
extern int replace_stylesheet(struct presentation *p, SCBlock *ss);