X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=ba66fcceb81047b3263aa2f8921368c4f99f21eb;hb=b212124c4fe6aded9b574dfc50e866bb3fbbab48;hp=a6cdf323504b01f15b09756c525be9e2e410689c;hpb=0fd2e472759ead47a740ed047368defbde4626ff;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index a6cdf3235..ba66fcceb 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -539,7 +539,6 @@ struct wcsession { StrBuf *upload_filename; /* filename of http-uploaded data */ char upload_content_type[256]; /* content type of http-uploaded data */ - int new_mail; /* user has new mail waiting */ int remember_new_mail; /* last count of new mail messages */ /* Roomiew control */ @@ -844,7 +843,7 @@ void summary(void); int is_mobile_ua(char *user_agent); -void embed_room_banner(char *); +void embed_room_banner(void); HashList *GetFloorListHash(StrBuf *Target, WCTemplputParams *TP); HashList *GetRoomListHash(StrBuf *Target, WCTemplputParams *TP); int SortRoomsByListOrder(const void *room1, const void *room2);