aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_ldap.h')
-rw-r--r--lib/curl_ldap.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/curl_ldap.h b/lib/curl_ldap.h
index 071cbcb43..7813ae70b 100644
--- a/lib/curl_ldap.h
+++ b/lib/curl_ldap.h
@@ -24,6 +24,11 @@
* $Id$
***************************************************************************/
#ifndef CURL_DISABLE_LDAP
-CURLcode Curl_ldap(struct connectdata *conn, bool *done);
+extern const struct Curl_handler Curl_handler_ldap;
+
+#ifdef HAVE_LDAP_SSL
+extern const struct Curl_handler Curl_handler_ldaps;
+#endif
+
#endif
#endif /* __CURL_LDAP_H */