* remove more serv_readln etc...
[citadel.git] / webcit / webcit.h
index 2d64f5dca98d73ffe85bd9419bd65c3b507005fe..55490f89a752549c3adb10ae4dff58d5dcb35c02 100644 (file)
@@ -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);