Changeset f3e1e92
- Timestamp:
- 2005-12-17T19:13:32Z (19 years ago)
- Branches:
- master
- Children:
- ad8b8a3
- Parents:
- 2db811a
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/http_client.c
r2db811a rf3e1e92 37 37 38 38 39 void *http_dorequest( char *host, int port, http_input_function func, int ssl, char *request, gpointer data )39 void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data ) 40 40 { 41 41 struct http_request *req; -
protocols/http_client.h
r2db811a rf3e1e92 52 52 }; 53 53 54 void *http_dorequest( char *host, int port, http_input_function func, int ssl, char *request, gpointer data );54 void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data );
Note: See TracChangeset
for help on using the changeset viewer.