diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-25 12:26:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-25 12:26:07 +0000 |
commit | 6883f0c49fc0ad41a08d885990fe62fa6d66b40f (patch) | |
tree | 4fb2b34bfb747c3fccd8c7145b63199c5b54d0ce /lib/libcurl.def | |
parent | 3fc2c813cc59eb1e2752749772a5555e9f3c82bb (diff) |
Walter J. Mack added curl_free
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 3ae13050d..139cd19b7 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -40,3 +40,4 @@ EXPORTS curl_multi_perform @ 31; curl_multi_cleanup @ 32; curl_multi_info_read @ 33; + curl_free @ 34; |