diff options
author | Günther Deschner <gd@samba.org> | 2011-10-04 12:53:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-04 13:07:07 +0200 |
commit | ea50207230ea221deadbcf6ad6ca2a8525c27254 (patch) | |
tree | 6b3854761dda32311c21426fa1ce30116c81bb72 | |
parent | 4c6bfac12a274b0bbcdb54681a817b704839222d (diff) | |
download | samba-ea50207230ea221deadbcf6ad6ca2a8525c27254.tar.gz samba-ea50207230ea221deadbcf6ad6ca2a8525c27254.tar.bz2 samba-ea50207230ea221deadbcf6ad6ca2a8525c27254.zip |
s3-smbldap: remove an obsolete prototype.
Guenther
-rw-r--r-- | source3/include/smbldap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 7bb9895b38..4ae84763ed 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, |