]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/webcit.h
moved vars to vars.js
[citadel.git] / webcit-ng / webcit.h
index 17ffd0f23972c988b19dd1c2b69ec725996c2f49..9dccdcbf6cfca6a000618819ed8f01f294e4acb3 100644 (file)
@@ -83,6 +83,7 @@ struct ctdlsession {
        char room[128];                         // What room we are currently in
        int room_current_view;
        int room_default_view;
+       int is_room_aide;                       // nonzero if the user has aide rights to THIS room
        long last_seen;
        int new_messages;
        int total_messages;