X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=572b42ff0af497072083840432aef548e20b4896;hb=d0e2028fa275ff13c4906aabdd190fcec143b172;hp=d57b838086793f059dfe913d33d458779b50a83f;hpb=3b124e60a0ea20b444e40cdd2d7e3c0e9412b18c;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index d57b83808..572b42ff0 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -703,13 +703,13 @@ void initialize_locales(void); extern char *months[]; extern char *days[]; -StrBuf *read_server_binary(size_t total_len); +int read_server_binary(StrBuf *Ret, size_t total_len); int StrBuf_ServGetBLOB(StrBuf *buf, long BlobSize); -StrBuf *read_server_text(long *nLines); +int read_server_text(StrBuf *Buf, long *nLines);; int goto_config_room(void); long locate_user_vcard(char *username, long usernum); void sleeeeeeeeeep(int); -void http_transmit_thing(StrBuf *thing, const char *content_type, int is_static); +void http_transmit_thing(const char *content_type, int is_static); long unescape_input(char *buf); void do_selected_iconbar(void); int CtdlDecodeQuotedPrintable(char *decoded, char *encoded, int sourcelen);