]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Implemented new room flag QR2_SYSTEM which supresses the room from all
[citadel.git] / citadel / citadel.h
index 6ab28d50abffe5fa5a9eb6a68a975b1b0c0bd29b..350b0d4959549252014d766223a51723b5a92088 100644 (file)
@@ -173,6 +173,7 @@ struct quickroom {
        struct ExpirePolicy QRep;       /* Message expiration policy        */
        long QRnumber;                  /* Globally unique room number      */
        char QRorder;                   /* Sort key for room listing order  */
+       unsigned QRflags2;              /* Additional flags                 */
 };
 
 /* Private rooms are always flagged with QR_PRIVATE.  If neither QR_PASSWORDED