diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-23 13:50:51 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-23 13:50:51 +0100 |
commit | bb5ce4d1ad2aa6cbcf1042ccf87cf280d9645d4c (patch) | |
tree | 9378487dfb392c9ff0dc3291782e2b000a54accf /protocols/twitter/twitter_http.h | |
parent | f9110b483d89b6dbc15d980f8b431863e8a872f3 (diff) |
Added base_url settting to Twitter module so other services using the
Twitter API can be used. Only with Basic authentication though.
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 |