diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-29 14:19:23 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-29 21:26:40 +0000 |
commit | 557658776ffb63c5f008d8bddfd7958e616d789b (patch) | |
tree | cb1c2e68e0c2391041edbea0691a11531967839d /docs/libcurl/symbols-in-versions | |
parent | 0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 (diff) |
smb: Added SMB protocol and port definitions
Added the necessary protocol and port definitions in order to support
SMB/CIFS.
Diffstat (limited to 'docs/libcurl/symbols-in-versions')
-rw-r--r-- | docs/libcurl/symbols-in-versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 8e4ca9cea..642cc19f4 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -574,6 +574,8 @@ CURLPROTO_RTMPTS 7.21.0 CURLPROTO_RTSP 7.20.0 CURLPROTO_SCP 7.19.4 CURLPROTO_SFTP 7.19.4 +CURLPROTO_SMB 7.40.0 +CURLPROTO_SMBS 7.40.0 CURLPROTO_SMTP 7.20.0 CURLPROTO_SMTPS 7.20.0 CURLPROTO_TELNET 7.19.4 |