X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=55490f89a752549c3adb10ae4dff58d5dcb35c02;hb=c434c19f8cf9e3e1a5b74d259881757ef6b51726;hp=2d64f5dca98d73ffe85bd9419bd65c3b507005fe;hpb=7b2a325c84c3b5f63569f5dc62f9c61dd06b5703;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 2d64f5dca..55490f89a 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -717,7 +717,7 @@ int read_server_binary(StrBuf *Ret, size_t total_len, StrBuf *Buf); int StrBuf_ServGetBLOB(StrBuf *buf, long BlobSize); int StrBuf_ServGetBLOBBuffered(StrBuf *buf, long BlobSize); int read_server_text(StrBuf *Buf, long *nLines); -int goto_config_room(void); +int goto_config_room(StrBuf *Buf); long locate_user_vcard_in_this_room(message_summary **VCMsg, wc_mime_attachment **VCAtt); void sleeeeeeeeeep(int);