* finish off ROOMPIC hard coded callback, thanks the_mgt for starting the template
[citadel.git] / webcit / roomops.h
index 470220d4098c32ec7ca8e71523e4149c57addac3..37a9471b77c94c1feb319cdd9b595a024fa03208 100644 (file)
@@ -100,6 +100,10 @@ typedef struct _folder {
        int UsersNewMAilboxMessages; /* should we notify the user about new messages? */
        int IsTrash;
 
+       int XHaveRoomPic;
+       int XHaveRoomPicLoaded;
+
+
        HashList *IgnetCfgs[maxRoomNetCfg];
 
 }folder;