* add THISROOM:FILES:N and THISROOM:FILES:STR
[citadel.git] / webcit / roomops.h
index c2ad6bdec5371f5e12f6685614538b360f73b402..ea7f7ab42852abfcd8a6f6ffa0e79956557e861c 100644 (file)
@@ -106,6 +106,9 @@ typedef struct _folder {
        int XHaveInfoTextLoaded;
        StrBuf *XInfoText;
 
+       int XHaveDownloadCount;
+       int XDownloadCount;
+
        HashList *IgnetCfgs[maxRoomNetCfg];
 
 }folder;