]> code.citadel.org Git - citadel.git/blobdiff - citadel/rooms.h
* Reworked all the "list rooms" operations so that they only require one
[citadel.git] / citadel / rooms.h
index d6ee18f32835dd4fc1d49a6b48137ff85185d992..fdfe71e2d3efbb469dd2943c8b1757fb01a69db7 100644 (file)
@@ -41,3 +41,10 @@ struct roomlisting {
         };
 
 
+enum {
+        LISTRMS_NEW_ONLY,
+        LISTRMS_OLD_ONLY,
+        LISTRMS_ALL
+};
+
+