1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

added the missing share-functions, pointed out by Edward Chan

This commit is contained in:
Daniel Stenberg 2003-09-04 10:04:15 +00:00
parent f2d422235b
commit 40e6b12cca

View 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;