mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
smb: Added SMB handler interfaces
Added the SMB and SMBS handler interface structures and associated functions required for SMB/CIFS operation.
This commit is contained in:
parent
56120ca04b
commit
aec2e865f0
2 changed files with 129 additions and 0 deletions
|
|
@ -256,4 +256,12 @@ struct smb_tree_disconnect {
|
|||
|
||||
#endif /* BUILDING_CURL_SMB_C */
|
||||
|
||||
#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \
|
||||
!defined(USE_WINDOWS_SSPI)
|
||||
|
||||
extern const struct Curl_handler Curl_handler_smb;
|
||||
extern const struct Curl_handler Curl_handler_smbs;
|
||||
|
||||
#endif /* CURL_DISABLE_SMB && USE_NTLM && USE_WINDOWS_SSPI */
|
||||
|
||||
#endif /* HEADER_CURL_SMB_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue