]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* client_gets(char *buf) has been replaced by
[citadel.git] / citadel / sysdep_decls.h
index 94d98d5dad0379f997429cba6f009de56533dc80..191be0f5ef1346b63e49261df78880e4a748e710 100644 (file)
@@ -55,7 +55,7 @@ void flush_output(void);
 void client_write (char *buf, int nbytes);
 int client_read_to (char *buf, int bytes, int timeout);
 int client_read (char *buf, int bytes);
-int client_gets (char *buf);
+int client_getln (char *buf, int maxbytes);
 void sysdep_master_cleanup (void);
 void kill_session (int session_to_kill);
 void *sd_context_loop (struct CitContext *con);