diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-08-18 23:29:17 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-08-18 23:29:17 +0200 |
commit | 9af6e06992969133fd81942a376be904e7e46319 (patch) | |
tree | 43837d9dbbb3178a3584319c0aedd3e9cc5245e5 /src/stylesheet.h | |
parent | 3a6190fdc2ea3fe2aabed36948ca7db3dbb182ec (diff) |
Add "Load stylesheet"
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r-- | src/stylesheet.h | 1 |
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); |