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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/twitter/twitter_http.h b/protocols/twitter/twitter_http.h
index 09ef350c..d46ee4e5 100644
--- a/protocols/twitter/twitter_http.h
+++ b/protocols/twitter/twitter_http.h
@@ -38,7 +38,8 @@ struct oauth_info;
struct http_request *twitter_http(struct im_connection *ic, char *url_string, http_input_function func,
gpointer data, int is_post, char** arguments, int arguments_len);
struct http_request *twitter_http_f(struct im_connection *ic, char *url_string, http_input_function func,
- gpointer data, int is_post, char** arguments, int arguments_len, twitter_http_flags_t flags);
+ gpointer data, int is_post, char** arguments, int arguments_len,
+ twitter_http_flags_t flags);
#endif //_TWITTER_HTTP_H