summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-10-12 12:52:29 +0200
committerKarolin Seeger <kseeger@samba.org>2009-10-12 12:52:29 +0200
commit8def289c8e19fc516ddcf67a117a8e8250baf1c2 (patch)
tree100781b7d625c9b86bf87aa92cafa708c367870e /source3
parentc5d5969e24913ea544590dd16378f7e071b07c4b (diff)
downloadsamba-8def289c8e19fc516ddcf67a117a8e8250baf1c2.tar.gz
samba-8def289c8e19fc516ddcf67a117a8e8250baf1c2.tar.bz2
samba-8def289c8e19fc516ddcf67a117a8e8250baf1c2.zip
s3/proto.h: Add lp_ldap_ref_follow prototype.
Fix build of smbldap. Karolin
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index dd46bdda83..a75904248a 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);