]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
Uncomment 'not yet implemented' next to BLOG_VIEW in libcitadel.h
[citadel.git] / 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;