]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Added V_ACCESS
[citadel.git] / citadel / citadel.h
index 6f4294dc2839ed6db19a61a2a2534f631a14ca30..e6fa823c65eedfb448ac40c3e2693ba9e3fdd4cd 100644 (file)
@@ -75,6 +75,7 @@ struct visit {
 
 #define V_FORGET       1               /* User has zapped this room        */
 #define V_LOCKOUT      2               /* User is locked out of this room  */
+#define V_ACCESS       4               /* Access is granted to this room   */
 
 
 /* Defines the actual user record */