summaryrefslogtreecommitdiff
path: root/lib/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smb.h')
-rw-r--r--lib/smb.h8
1 files changed, 8 insertions, 0 deletions
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 */