VIEW_DRAFTS=9, VIEW=BLOG=10
authorArt Cancro <ajc@citadel.org>
Sat, 4 Sep 2010 17:26:28 +0000 (13:26 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 4 Sep 2010 17:26:28 +0000 (13:26 -0400)
libcitadel/lib/libcitadel.h

index 69781b6a13e8c704540573f495ed936021229eba..dc3cf1a3eed73ddc0d0598911de016b78d7a5a6c 100644 (file)
@@ -102,7 +102,8 @@ 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 */
+       VIEW_DRAFTS             = 9,    /* Drafts view */
+       VIEW_BLOG               = 10,   /* Blog view */
        VIEW_MAX
 } ROOM_VIEWS;