]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* define VIEW_BLOG (not yet implemented but I need it as a placeholder)
[citadel.git] / libcitadel / lib / libcitadel.h
index e433594570f6f4cd49e07ed29b90dbc71257ae38..a981628406f7b00ccf0f348de36153889053a71a 100644 (file)
@@ -59,6 +59,7 @@ enum LogLevel {
 #define        VIEW_WIKI               6       /* Wiki view */
 #define VIEW_CALBRIEF          7       /* Brief Calendar view */
 #define VIEW_JOURNAL           8       /* Journal view */
+#define VIEW_BLOG              9       /* Blog view (not yet implemented) */
 
 
 #ifndef IsEmptyStr