From 8def289c8e19fc516ddcf67a117a8e8250baf1c2 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 12 Oct 2009 12:52:29 +0200 Subject: [PATCH] s3/proto.h: Add lp_ldap_ref_follow prototype. Fix build of smbldap. Karolin --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/proto.h b/source3/include/proto.h index dd46bdda831..a75904248a4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3976,6 +3976,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_ref_follow(void); int lp_ldap_passwd_sync(void); bool lp_ldap_delete_dn(void); int lp_ldap_replication_sleep(void); -- 2.34.1