From aec2e865f06669b9cb5d26cc1148d70bc418b163 Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Sun, 30 Nov 2014 10:39:14 -0500 Subject: smb: Added SMB handler interfaces Added the SMB and SMBS handler interface structures and associated functions required for SMB/CIFS operation. --- lib/smb.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/smb.h') diff --git a/lib/smb.h b/lib/smb.h index 63fdba814..0df3d1a99 100644 --- a/lib/smb.h +++ b/lib/smb.h @@ -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 */ -- cgit v1.2.3