aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index cea714b..6879a95 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -61,6 +61,7 @@ extern StyleSheet *new_stylesheet();
extern StyleSheet *load_stylesheet(const char *filename);
extern void free_stylesheet(StyleSheet *ss);
extern StyleSheet *default_stylesheet(void);
+extern int replace_stylesheet(struct presentation *p, const char *filename);
extern struct style *new_style(StyleSheet *ss, const char *name);
extern struct style *default_style(StyleSheet *ss);