aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index aa5867f..15584b1 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -32,7 +32,9 @@
typedef struct _stylesheet Stylesheet;
extern Stylesheet *stylesheet_load(GFile *file);
-extern char *stylesheet_lookup(Stylesheet *ss, const char *path);
+
+extern char *stylesheet_lookup(Stylesheet *ss, const char *path, const char *key);
+
extern void stylesheet_free(Stylesheet *ss);
#endif /* STYLESHEET_H */