From f3205d31d60e54f39abf8ee190d668ba879c6627 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 10 Dec 2009 23:19:26 +0100 Subject: s3: add prototype to fix the build --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 3fd1d18977..ab74c9cb95 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); -- cgit