summary refs log tree commit diff
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server.h b/server.h
index b1a22ee..f863b75 100644
--- a/server.h
+++ b/server.h
@@ -80,7 +80,8 @@ dbBindText(sqlite3_stmt *stmt, const char *param, const char *value) {
 	X(Networks, "networks") \
 	X(Contexts, "contexts") \
 	X(Events, "events") \
-	X(Search, "search")
+	X(Search, "search") \
+	X(Stylesheet, "stylesheet")
 
 enum {
 #define X(page, path) page,