diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-10 12:52:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-10 12:52:09 +0000 |
commit | 517b8ed0576008cbd116cda045c0061acad9a356 (patch) | |
tree | d58f81caebf9131d354c75b63f5dad6588a781d5 | |
parent | d3d7ed1766c2a2439077ca4cbe047a29b45c5e0c (diff) |
completed the CURLPROXY_ collection
-rw-r--r-- | docs/libcurl/symbols-in-versions | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 9c712a112..8ddaa2259 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -258,8 +258,11 @@ CURLOPT_WRITEDATA 7.9.7 CURLOPT_WRITEFUNCTION 7.1 CURLOPT_WRITEHEADER 7.1 CURLPROXY_HTTP 7.10 +CURLPROXY_HTTP_1_0 7.19.4 CURLPROXY_SOCKS4 7.10 -CURLPROXY_SOCKS4 7.10 +CURLPROXY_SOCKS4A 7.18.0 +CURLPROXY_SOCKS5 7.10 +CURLPROXY_SOCKS5_HOSTNAME 7.18.0 CURLUSESSL_ALL 7.17.0 CURLUSESSL_CONTROL 7.17.0 CURLUSESSL_NONE 7.17.0 |