diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-28 21:40:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-28 21:40:20 +0000 |
commit | 3e01f70468b4ce0a0b9b6065f5922fd7a33c8b1a (patch) | |
tree | 2d16f1dcb0a53ed568e4d7e46a98ec6cb0f6aebd /lib/libcurl.def | |
parent | b9f1dd7691f3de2dc3c333579340f55aff72198d (diff) | |
download | curl-3e01f70468b4ce0a0b9b6065f5922fd7a33c8b1a.tar.gz |
curl_easy_reset was added
Diffstat (limited to 'lib/libcurl.def')
-rw-r--r-- | lib/libcurl.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcurl.def b/lib/libcurl.def index 5a6efdbdd..65779e93c 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -48,3 +48,4 @@ EXPORTS curl_easy_strerror @ 40; curl_multi_strerror @ 41; curl_share_strerror @ 42; + curl_easy_reset @ 43; |