From: Daniel Stenberg Date: Wed, 26 May 2004 09:17:20 +0000 (+0000) Subject: three new functions in the public API X-Git-Tag: curl-7_12_0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8442c3942d8eee39588975e0517991339d7b8d87;p=thirdparty%2Fcurl.git three new functions in the public API --- diff --git a/lib/libcurl.def b/lib/libcurl.def index 1b15041433..5a6efdbddf 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -45,3 +45,6 @@ EXPORTS curl_share_setopt @ 37; curl_share_cleanup @ 38; curl_global_init_mem @ 39; + curl_easy_strerror @ 40; + curl_multi_strerror @ 41; + curl_share_strerror @ 42;