]> granicus.if.org Git - curl/commitdiff
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 30442ad29c43a1604837c82bb0ff0fd451a4b980..07b1d74ef775b32fa460d1251570111dc5808bd1 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;