Changes in lib/http_client.h [0aaca60:fb98634]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/http_client.h
r0aaca60 rfb98634 81 81 void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data ); 82 82 void *http_dorequest_url( char *url_string, http_input_function func, gpointer data ); 83 84 void http_free( struct http_request *req );
Note: See TracChangeset
for help on using the changeset viewer.