Changeset f3e1e92 for protocols/http_client.h
- Timestamp:
- 2005-12-17T19:13:32Z (19 years ago)
- Branches:
- master
- Children:
- ad8b8a3
- Parents:
- 2db811a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.