diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 23:13:57 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 23:13:57 +0200 |
commit | bb09b3c6b8190be09e0b7c7ef2f4b1b5a69b504f (patch) | |
tree | de453c5fc945d9cafc8ffb5705ab4fe7834bcd32 /protocols/twitter/twitter_http.h | |
parent | a6b2f13e38e75e7bca00a1e6c1963783f244c0b2 (diff) | |
parent | df1ae6223a5fdb3c18d5438670834285101c6213 (diff) |
merge in bitlbee 1.2.7
Diffstat (limited to 'protocols/twitter/twitter_http.h')
-rw-r--r-- | protocols/twitter/twitter_http.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/twitter/twitter_http.h b/protocols/twitter/twitter_http.h index ec4a0b7c..5ef2530f 100644 --- a/protocols/twitter/twitter_http.h +++ b/protocols/twitter/twitter_http.h @@ -27,8 +27,10 @@ #include "nogaim.h" #include "http_client.h" +struct oauth_info; + void *twitter_http(char *url_string, http_input_function func, gpointer data, int is_post, - char* user, char* pass, char** arguments, int arguments_len); + char* user, char* pass, struct oauth_info *oi, char** arguments, int arguments_len); #endif //_TWITTER_HTTP_H |