]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Added new view type VIEW_JOURNAL - not yet used by
[citadel.git] / webcit / webcit.h
index 85f5d8e50c60e56bba1856c9cf379ec85aa9d6f8..b1d7e2f2c60afecaa4c6c2aa8442be8cb704bc2b 100644 (file)
@@ -765,7 +765,7 @@ void http_datestring(char *buf, size_t n, time_t xtime);
 #define VIEW_NOTES             5       /**<  Notes view */
 #define VIEW_WIKI              6       /**<  Wiki view */
 #define VIEW_CALBRIEF          7       /**< Brief Calendar view */
-
+#define VIEW_JOURNAL            8       /**< Journal view (not yet implemented in webcit) */
 
 /* These should be empty, but we have them for testing */
 #define DEFAULT_HTTPAUTH_USER  ""