]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.h
* Better handling of multiple recipients in reply-all
[citadel.git] / webcit / webserver.h
index c3588ffad1455f7f2beffe2dc07d8a1b524f80b8..5809b1aa9a3dd2440389dbce980773e68605bd46 100644 (file)
@@ -1,5 +1,5 @@
 /* $Id$ */
-int client_gets(int sock, char *buf);
+int client_getln(int sock, char *buf, int bufsiz);
 int client_read(int sock, char *buf, int bytes);
 int client_read_to(int sock, char *buf, int bytes, int timeout);
 ssize_t client_write(const void *buf, size_t count);