aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-04 00:10:03 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-04 00:10:03 +0100
commit1d1806f5cffa1ffda929de0ef7b74eb6c7df9fba (patch)
treeb84bfbc004af73ecebe2bc29094d1dfc89a7cd7e /src/stylesheet.h
parent04d9338eef4c3b864a1693f8312ce35f9ac8302c (diff)
Add most of the serializer
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 113e38e..224083a 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -87,6 +87,7 @@ extern StylesheetWindow *open_stylesheet(struct presentation *p);
extern StyleSheet *new_stylesheet();
extern StyleSheet *load_stylesheet(const char *filename);
+extern int save_stylesheet(StyleSheet *ss, const char *filename);
extern struct style *find_style(StyleSheet *ss, const char *name);