aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_http.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-28 08:44:45 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-28 08:44:45 +0100
commit23784065e6e4de2e77bd1793a92ed3dbb73b5203 (patch)
tree08caeca17ec3eb646f5d83a39877ed078908c5bc /protocols/twitter/twitter_http.h
parentf1b7711f566163ff27a8f13ae3ccc7214a24fe70 (diff)
parent3f668e478bbaa062cf6b01e627cb39885200e5ff (diff)
Merging OAuth branch. It should be stable now and is documented.
Diffstat (limited to 'protocols/twitter/twitter_http.h')
-rw-r--r--protocols/twitter/twitter_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/twitter/twitter_http.h b/protocols/twitter/twitter_http.h
index ec4a0b7c..1e29fb99 100644
--- a/protocols/twitter/twitter_http.h
+++ b/protocols/twitter/twitter_http.h
@@ -28,7 +28,7 @@
#include "http_client.h"
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, char *oauth_token, char** arguments, int arguments_len);
#endif //_TWITTER_HTTP_H