From f3205d31d60e54f39abf8ee190d668ba879c6627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 10 Dec 2009 23:19:26 +0100 Subject: [PATCH] s3: add prototype to fix the build --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/proto.h b/source3/include/proto.h index 3fd1d189774..ab74c9cb954 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4006,6 +4006,7 @@ char *lp_ldap_suffix(void); char *lp_ldap_admin_dn(void); int lp_ldap_ssl(void); bool lp_ldap_ssl_ads(void); +int lp_ldap_deref(void); int lp_ldap_follow_referral(void); int lp_ldap_passwd_sync(void); bool lp_ldap_delete_dn(void);