diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-04 10:04:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-04 10:04:15 +0000 |
commit | 40e6b12cca696788a583a716da9265afb9484f8a (patch) | |
tree | cb9ee92507153c9b9fb645ec7b620ed606446842 | |
parent | f2d422235b0bf7dc6e7179143296a5e4abf8b9ed (diff) |
added the missing share-functions, pointed out by Edward Chan
-rw-r--r-- | lib/libcurl.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcurl.def b/lib/libcurl.def index 30442ad29..07b1d74ef 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -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; |