]> code.citadel.org Git - citadel.git/blobdiff - citadel/ipcdef.h
* Reworked all the "list rooms" operations so that they only require one
[citadel.git] / citadel / ipcdef.h
index a538cbe3f30660afad431c535879022aa30683e0..6f2e26b84b3196226ccae02dd7e0a914800a852e 100644 (file)
@@ -83,6 +83,11 @@ struct CtdlServInfo {
                        US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | \
                        US_FLOORS | US_COLOR | US_PROMPTCTL )
 
+#define UA_KNOWN                2
+#define UA_GOTOALLOWED          4
+#define UA_HASNEWMSGS           8
+#define UA_ZAPPED               16
+
 #ifdef __cplusplus
 }
 #endif