Readloop remove special cases
[citadel.git] / libcitadel / lib / libcitadel.h
index a0a70305a574fc8d45674910de43054463f6d12c..d520eae4c96d8733104465bc58402629ada5b796 100644 (file)
@@ -99,7 +99,8 @@ typedef enum _room_views {
        VIEW_DRAFTS             = 9,    /* Drafts view */
        VIEW_BLOG               = 10,   /* Blog view */
        VIEW_QUEUE              = 11,   /* SMTP/... QUEUE rooms */
-       VIEW_MAX
+       VIEW_MAX,
+       VIEW_JSON_LIST,
 } ROOM_VIEWS;
 
 #define BLOG_EUIDBUF_SIZE      40