diff options
author | Gunter Knauf <gk@gknw.de> | 2005-08-16 20:12:58 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2005-08-16 20:12:58 +0000 |
commit | 362912ff838d09a57e21827a3c148a52fca3af03 (patch) | |
tree | ea723409f2fa770212a362a4b93af45fc989fd8a | |
parent | 46ff13f2432892b4d8c98ef03c9d976dcb4fe5a3 (diff) |
added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...
-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 c04a9ebd3..aeb9cd4eb 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -49,4 +49,5 @@ EXPORTS curl_multi_strerror @ 41; curl_share_strerror @ 42; curl_easy_reset @ 43; + curl_mvsnprintf @ 44 ; |