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 1b15041..5a6efdb 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;