* merge in much of the dav_rework branch: (the drift was becoming to big, no function...
[citadel.git] / webcit / roomops.h
index 8cdf095e041ff42486fa510f61a178401229640f..13a96d3cee791e24a28fa51eb8b30899b15a6a57 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _floor {
        StrBuf *Name;
        long NRooms;
        long AlphaN;
-} floor;
+} Floor;
 
 /**
  * \brief  Data structure for roomlist-to-folderlist conversion 
@@ -73,7 +73,7 @@ typedef struct _folder {
        long nRoomNameParts;
        StrBuf **RoomNameParts;
 
-       const floor *Floor;   /* pint to the floor we're on.. */
+       const Floor *Floor;   /* pint to the floor we're on.. */
 
        int hasnewmsgs; /* are there unread messages inside */
        int is_inbox;   /* is it a mailbox?  */