X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Froomops.h;h=d5712ddc9f2b3a8c0edce974f7c58fdc2b9eafa5;hp=a416b402ee2b6550df773e2d97d31a6ae46e3e38;hb=f712cacc9b5164defb6bf3b289939c2c679d0cb0;hpb=68581d18cd0407c6ea08a1758f5ce7ee69700b5e diff --git a/webcit/roomops.h b/webcit/roomops.h index a416b402e..d5712ddc9 100644 --- a/webcit/roomops.h +++ b/webcit/roomops.h @@ -73,12 +73,19 @@ typedef struct _folder { long nRoomNameParts; StrBuf **RoomNameParts; - const Floor *Floor; /* pint to the floor we're on.. */ + const Floor *Floor; /* point to the floor we're on.. */ int hasnewmsgs; /* are there unread messages inside */ int is_inbox; /* is it a mailbox? */ + int RoomAideLoaded; + StrBuf *RoomAide; + int XALoaded; + StrBuf *XAPass; + StrBuf *Directory; + long Order; + long DefView; int selectable; /* can we select it ??? */ long num_rooms; /* If this is a floor, how many rooms does it have */