From: Günther Deschner Date: Tue, 15 Nov 2011 18:01:45 +0000 (+0100) Subject: s3-smbldap: remove duplicate prototype of smbldap_init(). X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=af50d7a57fcc69d0bc5928410618f253071e9759;p=kai%2Fsamba.git s3-smbldap: remove duplicate prototype of smbldap_init(). Guenther --- 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);