aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo_httplib.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-24 12:57:08 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-24 12:57:08 +0200
commit9034ba002b8945aee0f905b928bb0f60da9afe9f (patch)
treeb736ffa7ee8ec53fc5aadf75ac8539b605e76b27 /protocols/yahoo/yahoo_httplib.h
parentc36f73bd317dd55d7e70275a6425faa4be7bfd8c (diff)
Merge complete. It still logs in...
Diffstat (limited to 'protocols/yahoo/yahoo_httplib.h')
-rw-r--r--protocols/yahoo/yahoo_httplib.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/protocols/yahoo/yahoo_httplib.h b/protocols/yahoo/yahoo_httplib.h
index fd28ad48..ab699b20 100644
--- a/protocols/yahoo/yahoo_httplib.h
+++ b/protocols/yahoo/yahoo_httplib.h
@@ -28,21 +28,21 @@ extern "C" {
#include "yahoo2_types.h"
-char *yahoo_urlencode(const char *instr);
-char *yahoo_urldecode(const char *instr);
-char *yahoo_xmldecode(const char *instr);
-
-int yahoo_tcp_readline(char *ptr, int maxlen, int fd);
-void yahoo_http_post(int id, const char *url, const char *cookies, long size,
- yahoo_get_fd_callback callback, void *data);
-void yahoo_http_get(int id, const char *url, const char *cookies,
- yahoo_get_fd_callback callback, void *data);
-void yahoo_get_url_fd(int id, const char *url, const struct yahoo_data *yd,
- yahoo_get_url_handle_callback callback, void *data);
-
+ char *yahoo_urlencode(const char *instr);
+ char *yahoo_urldecode(const char *instr);
+ char *yahoo_xmldecode(const char *instr);
+
+ int yahoo_tcp_readline(char *ptr, int maxlen, void *fd);
+ void yahoo_http_post(int id, const char *url, const char *cookies,
+ long size, yahoo_get_fd_callback callback, void *data);
+ void yahoo_http_get(int id, const char *url, const char *cookies,
+ int http11, int keepalive, yahoo_get_fd_callback callback,
+ void *data);
+ void yahoo_http_head(int id, const char *url, const char *cookies,
+ int size, char *payload, yahoo_get_fd_callback callback,
+ void *data);
#ifdef __cplusplus
}
#endif
-
#endif