]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
* oops, DefView and defview were duplicates. remove them.
[citadel.git] / webcit / roomops.h
index c2ad6bdec5371f5e12f6685614538b360f73b402..e5ab76ab6f6cc8b5ecf1ffa96fda245e620d5abb 100644 (file)
@@ -85,7 +85,6 @@ typedef struct _folder {
        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 */
@@ -106,6 +105,9 @@ typedef struct _folder {
        int XHaveInfoTextLoaded;
        StrBuf *XInfoText;
 
+       int XHaveDownloadCount;
+       int XDownloadCount;
+
        HashList *IgnetCfgs[maxRoomNetCfg];
 
 }folder;