diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-09 14:42:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-09 14:42:04 +0000 |
commit | 0dc79376e78a87509e6da88b04343b7c55658532 (patch) | |
tree | cdadec44b82fc8b141ae5400d539b2b1aaf63aaa | |
parent | 3ccbed1022b8f0fb00e80564870e7f5aa0120a2a (diff) |
with all external functions marked with CURL_EXTERN it is easy to count them
and... yes, they are 46!
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5cabde4f5..f8c1e03e4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,7 +4,7 @@ Curl and libcurl 7.12.3 Releases counted from the very beginning: 111 Available command line options: 100 Available curl_easy_setopt() options: 121 - Number of public functions in libcurl: 36 + Number of public functions in libcurl: 46 Amount of public web site mirrors: 13 Number of known libcurl bindings: 27 |