aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/twitter/twitter_http.h')
-rw-r--r--protocols/twitter/twitter_http.h4
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