added the missing share-functions, pointed out by Edward Chan
authorDaniel Stenberg <daniel@haxx.se>
Thu, 4 Sep 2003 10:04:15 +0000 (10:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Sep 2003 10:04:15 +0000 (10:04 +0000)
lib/libcurl.def

index 30442ad..07b1d74 100644 (file)
@@ -42,3 +42,6 @@ EXPORTS
        curl_multi_info_read @ 33;
        curl_free @ 34;
        curl_version_info @ 35;
+       curl_share_init @ 36;
+       curl_share_setopt @ 37;
+       curl_share_cleanup @ 38;