X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.h;fp=webcit%2Froomops.h;h=37a9471b77c94c1feb319cdd9b595a024fa03208;hb=d517bbde0e16f4c6f4352c55ed9b45b9491d7166;hp=470220d4098c32ec7ca8e71523e4149c57addac3;hpb=523d9514eee54c01d2ff7a4c16ae7c35a0284d3a;p=citadel.git diff --git a/webcit/roomops.h b/webcit/roomops.h index 470220d40..37a9471b7 100644 --- a/webcit/roomops.h +++ b/webcit/roomops.h @@ -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;