From ea50207230ea221deadbcf6ad6ca2a8525c27254 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 4 Oct 2011 12:53:09 +0200 Subject: [PATCH] s3-smbldap: remove an obsolete prototype. Guenther --- source3/include/smbldap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 7bb9895b38c..4ae84763ed0 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -219,7 +219,6 @@ struct ldapsam_privates { /* Functions shared between pdb_ldap.c and pdb_nds.c. */ struct pdb_methods; NTSTATUS pdb_init_ldapsam_compat( struct pdb_methods **pdb_method, const char *location); -void private_data_free_fn(void **result); int ldapsam_search_suffix_by_name(struct ldapsam_privates *ldap_state, const char *user, LDAPMessage ** result, -- 2.34.1