]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Began adding the infrastructure to support wiki mode rooms.
[citadel.git] / webcit / webcit.h
index a73f2a85cc1472a8fd087f6247ef9fd5f9a111fe..d7708f68fbbec1387dbb4e34de6bb375af810b22 100644 (file)
@@ -702,6 +702,7 @@ void http_datestring(char *buf, size_t n, time_t xtime);
 #define VIEW_CALENDAR          3       /* Calendar view */
 #define VIEW_TASKS             4       /* Tasks view */
 #define VIEW_NOTES             5       /* Notes view */
+#define VIEW_WIKI              6       /* Wiki view */
 
 
 /* These should be empty, but we have them for testing */