aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index c24c62c..537b2f9 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -34,6 +34,8 @@ typedef struct _stylesheet Stylesheet;
extern Stylesheet *stylesheet_load(GFile *file);
+extern int stylesheet_save(Stylesheet *ss, GFile *file);
+
extern int parse_colour_duo(const char *a, GdkRGBA *col1, GdkRGBA *col2);
extern char *stylesheet_lookup(Stylesheet *ss, const char *path, const char *key);