kolibrios/programs/network/netsurf/libercurl/curl.h
Dmitry Pereverzev (SoUrcerer) 370da47fa0 Netsurf initial port (still needs native ui and cURL)
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 17:14:14 +00:00

10 lines
334 B
C

typedef int CURL;
typedef unsigned long time_t;
char *curl_unescape( char * url , int length );
void curl_free( char * ptr );
char *curl_easy_unescape( CURL * curl , char * url , int inlength , int * outlength );
void curl_easy_cleanup(CURL * handle );
CURL *curl_easy_init( );
time_t curl_getdate(char * datestring , time_t *now );