Changeset ddc2de5 for protocols/twitter/twitter_http.h
- Timestamp:
- 2012-11-10T23:52:21Z (8 years ago)
- Branches:
- master
- Children:
- dff0e0b
- Parents:
- 8bd866f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_http.h
r8bd866f rddc2de5 30 30 struct oauth_info; 31 31 32 void*twitter_http(struct im_connection *ic, char *url_string, http_input_function func,33 gpointer data, int is_post, char** arguments, int arguments_len);32 struct http_request *twitter_http(struct im_connection *ic, char *url_string, http_input_function func, 33 gpointer data, int is_post, char** arguments, int arguments_len); 34 34 35 35 #endif //_TWITTER_HTTP_H
Note: See TracChangeset
for help on using the changeset viewer.