]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
three new functions in the public API
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 May 2004 09:17:20 +0000 (09:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 May 2004 09:17:20 +0000 (09:17 +0000)
lib/libcurl.def

index 1b1504143308c5dd0eda1e68405e59cae67ec635..5a6efdbddf3dcdb2823b7811f27902b015c593fd 100644 (file)
@@ -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;