From: Art Cancro Date: Sun, 31 Jan 2010 20:24:41 +0000 (+0000) Subject: * define VIEW_BLOG (not yet implemented but I need it as a placeholder) X-Git-Tag: v7.86~469 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=3d029726659172e2f29e4590be17861136f62a68;p=citadel.git * define VIEW_BLOG (not yet implemented but I need it as a placeholder) --- diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index e43359457..a98162840 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -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