]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* read calendars line & blob buffered. we're FAST now.
[citadel.git] / webcit / webcit.h
index e4be1cb8df14d6d3fc880a08014c794a2e2dd07f..2035e61e4bf2f1098f70ad76ad77abd0d61b1752 100644 (file)
@@ -706,6 +706,7 @@ extern char *months[];
 extern char *days[];
 int read_server_binary(StrBuf *Ret, size_t total_len);
 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);
 long locate_user_vcard_in_this_room(void);