5d0efedd2d
my take at removing the private functions from the list, then I renamed the *str(n)equal functions...
32 lines
707 B
Modula-2
32 lines
707 B
Modula-2
;
|
|
; Definition file for the DLL version of the LIBCURL library from curl
|
|
;
|
|
|
|
LIBRARY LIBCURL
|
|
|
|
DESCRIPTION 'curl libcurl - http://curl.haxx.se'
|
|
|
|
EXPORTS
|
|
curl_easy_cleanup @ 6 ;
|
|
curl_easy_getinfo @ 7 ;
|
|
curl_easy_init @ 8 ;
|
|
curl_easy_perform @ 9 ;
|
|
curl_easy_setopt @ 10 ;
|
|
curl_escape @ 11 ;
|
|
curl_formparse @ 12 ;
|
|
curl_formfree @ 13 ;
|
|
curl_getdate @ 14 ;
|
|
curl_getenv @ 15 ;
|
|
curl_slist_append @ 19 ;
|
|
curl_slist_free_all @ 20 ;
|
|
curl_unescape @ 22 ;
|
|
curl_version @ 23 ;
|
|
curl_maprintf @ 25 ;
|
|
curl_mfprintf @ 26 ;
|
|
curl_mprintf @ 27 ;
|
|
curl_msprintf @ 28 ;
|
|
curl_msnprintf @ 29 ;
|
|
curl_mvfprintf @ 30 ;
|
|
curl_strequal @ 31 ;
|
|
curl_strnequal @ 32 ;
|