* define VIEW_BLOG (not yet implemented but I need it as a placeholder)
authorArt Cancro <ajc@citadel.org>
Sun, 31 Jan 2010 20:24:41 +0000 (20:24 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 31 Jan 2010 20:24:41 +0000 (20:24 +0000)
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