Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/http_client.h

    r0aaca60 rfb98634  
    8181void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data );
    8282void *http_dorequest_url( char *url_string, http_input_function func, gpointer data );
     83
     84void http_free( struct http_request *req );
Note: See TracChangeset for help on using the changeset viewer.