diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-04 00:08:23 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-04 00:08:23 +0200 |
commit | 37598495deeb42e1cd216a0a4ba8068e4a6da453 (patch) | |
tree | 6db6cc0d184dbd1daa4c9c6f153d809d512d3bfe /protocols/twitter/twitter_http.h | |
parent | 1dd34701541fb8142402f593dc256ff9b54121bb (diff) | |
parent | 3dc6d86076dbea16c313bb87aa2f37166f289a8e (diff) |
merge in bitlbee head
Diffstat (limited to 'protocols/twitter/twitter_http.h')
-rw-r--r-- | protocols/twitter/twitter_http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/twitter/twitter_http.h b/protocols/twitter/twitter_http.h index 5ef2530f..393a1c26 100644 --- a/protocols/twitter/twitter_http.h +++ b/protocols/twitter/twitter_http.h @@ -29,8 +29,8 @@ struct oauth_info; -void *twitter_http(char *url_string, http_input_function func, gpointer data, int is_post, - char* user, char* pass, struct oauth_info *oi, char** arguments, int arguments_len); +void *twitter_http(struct im_connection *ic, char *url_string, http_input_function func, + gpointer data, int is_post, char** arguments, int arguments_len); #endif //_TWITTER_HTTP_H |