]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* implement client_read_random_blob(); its hear to read a blob of undefined size...
[citadel.git] / citadel / sysdep_decls.h
index 617d906518b9782c3066cb751d4012e3a0b92a37..4789914fdbaf0f1479439c046717d27b45e0eeeb 100644 (file)
@@ -63,6 +63,9 @@ 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);
+int client_read_random_blob(StrBuf *Target, int timeout);
 void sysdep_master_cleanup (void);
 void kill_session (int session_to_kill);
 void start_daemon (int do_close_stdio);