summaryrefslogtreecommitdiff
path: root/source3/include/smbldap.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-11-15 19:01:45 +0100
committerGünther Deschner <gd@samba.org>2011-11-16 12:26:26 +0100
commitaf50d7a57fcc69d0bc5928410618f253071e9759 (patch)
treec0a5e6ec31eaa181d19926124b626e97d6e7d74a /source3/include/smbldap.h
parent636fa7a2cd6846b1a93cbc869735442b3a98ed60 (diff)
downloadsamba-af50d7a57fcc69d0bc5928410618f253071e9759.tar.gz
samba-af50d7a57fcc69d0bc5928410618f253071e9759.tar.bz2
samba-af50d7a57fcc69d0bc5928410618f253071e9759.zip
s3-smbldap: remove duplicate prototype of smbldap_init().
Guenther
Diffstat (limited to 'source3/include/smbldap.h')
-rw-r--r--source3/include/smbldap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index baa4267530..f7f0de19c8 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -137,9 +137,6 @@ int smbldap_search_suffix (struct smbldap_state *ldap_state,
const char *filter, const char **search_attr,
LDAPMessage ** result);
void smbldap_free_struct(struct smbldap_state **ldap_state) ;
-NTSTATUS smbldap_init(TALLOC_CTX *mem_ctx, struct tevent_context *tevent_ctx,
- const char *location,
- struct smbldap_state **smbldap_state);
bool smbldap_has_control(LDAP *ld, const char *control);
bool smbldap_has_extension(LDAP *ld, const char *extension);
bool smbldap_has_naming_context(LDAP *ld, const char *naming_context);