diff options
Diffstat (limited to 'protocols/yahoo/yahoo_httplib.h')
| -rw-r--r-- | protocols/yahoo/yahoo_httplib.h | 26 | 
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 | 
