diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-26 09:17:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-26 09:17:20 +0000 |
commit | 8442c3942d8eee39588975e0517991339d7b8d87 (patch) | |
tree | 01841f9ef32ad68f76baf7a13809cc1c8957e586 /lib/libcurl.def | |
parent | 15cd35f67fa76f6d043bdf8e53b64ebb56339d2a (diff) |
three new functions in the public API
Diffstat (limited to 'lib/libcurl.def')
-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 1b1504143..5a6efdbdd 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -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; |