Subversion Repositories Kolibri OS

Rev

Rev 3584 | Blame | Last modification | View Log | RSS feed

  1. typedef int CURL;
  2. typedef unsigned long time_t;
  3.  
  4. char *curl_unescape( char * url , int length );
  5. void curl_free( char * ptr );
  6. char *curl_easy_unescape( CURL * curl , char * url , int inlength , int * outlength );
  7. void curl_easy_cleanup(CURL * handle );
  8. CURL *curl_easy_init( );
  9. time_t curl_getdate(char * datestring , time_t *now );
  10.