diff options
author | Günther Deschner <gd@samba.org> | 2011-11-15 19:01:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-16 12:26:26 +0100 |
commit | af50d7a57fcc69d0bc5928410618f253071e9759 (patch) | |
tree | c0a5e6ec31eaa181d19926124b626e97d6e7d74a /source3/include | |
parent | 636fa7a2cd6846b1a93cbc869735442b3a98ed60 (diff) | |
download | samba-af50d7a57fcc69d0bc5928410618f253071e9759.tar.gz |
s3-smbldap: remove duplicate prototype of smbldap_init().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index baa42675302..f7f0de19c8f 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); |