* change CtdlReadMessageBody to use StrBuf for concattenating the lines
[citadel.git] / citadel / sysdep_decls.h
index 617d906518b9782c3066cb751d4012e3a0b92a37..d0433222356c5e415b5ac88ba67df9c830bdd4ad 100644 (file)
@@ -63,6 +63,8 @@ int client_write (const char *buf, int nbytes);
 int client_read_to (char *buf, int bytes, int timeout);
 int client_read (char *buf, int bytes);
 int client_getln (char *buf, int maxbytes);
+int CtdlClientGetLine(StrBuf *Target);
+int client_read_blob(StrBuf *Target, int bytes, int timeout);
 void sysdep_master_cleanup (void);
 void kill_session (int session_to_kill);
 void start_daemon (int do_close_stdio);