From 2bf28d3b9de3ae3af076c569ffaccb66e13857f1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 26 Nov 2017 20:02:53 +0100 Subject: Use config file for image store pathname --- src/presentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/presentation.h') 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); -- cgit v1.2.3