Uncomment 'not yet implemented' next to BLOG_VIEW in libcitadel.h
authorArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2010 21:03:36 +0000 (17:03 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2010 21:03:36 +0000 (17:03 -0400)
libcitadel/lib/libcitadel.h

index ffce71aa1d714b0ee8353b78c94a931fcfae03c5..69781b6a13e8c704540573f495ed936021229eba 100644 (file)
@@ -102,7 +102,7 @@ typedef enum _room_views {
        VIEW_WIKI               = 6,    /* Wiki view */
        VIEW_CALBRIEF           = 7,    /* Brief Calendar view */
        VIEW_JOURNAL            = 8,    /* Journal view */
-       VIEW_BLOG               = 9,    /* Blog view (not yet implemented) */
+       VIEW_BLOG               = 9,    /* Blog view */
        VIEW_MAX
 } ROOM_VIEWS;