* implement ITERATE:THISROOM:GNET
[citadel.git] / webcit / roomops.h
index adf548c259af1f3b23e855a679759f016c7d41fb..31bd65dca725b6179cf2ae1e4aa3b04327f4fd57 100644 (file)
@@ -93,6 +93,8 @@ typedef struct _folder {
        int UsersNewMAilboxMessages; /* should we notify the user about new messages? */
        int IsTrash;
 
+       HashList *IgnetCfgs[maxRoomNetCfg];
+
 }folder;
 
 HashList *GetFloorListHash(StrBuf *Target, WCTemplputParams *TP);