diff options
author | Björn Jacke <bj@sernet.de> | 2009-12-10 23:19:26 +0100 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-12-10 23:21:01 +0100 |
commit | f3205d31d60e54f39abf8ee190d668ba879c6627 (patch) | |
tree | 99238b9adf16b6d5a6633efd4748183aa0b27be3 | |
parent | 31202a9dab330ed939b4ea71349c816707adff95 (diff) | |
download | samba-f3205d31d60e54f39abf8ee190d668ba879c6627.tar.gz samba-f3205d31d60e54f39abf8ee190d668ba879c6627.tar.bz2 samba-f3205d31d60e54f39abf8ee190d668ba879c6627.zip |
s3: add prototype to fix the build
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |