diff options
author | Günther Deschner <gd@samba.org> | 2010-09-20 15:03:56 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-20 15:06:30 -0700 |
commit | 8853babb504298bd87fb5cae2120f2be63b08312 (patch) | |
tree | e6bff0eaf42b126352c5f954c227df932e54a5fb /source3/include | |
parent | ccbcffadb6e3b8dc6951e7d80e65a06eb5df61de (diff) | |
download | samba-8853babb504298bd87fb5cae2120f2be63b08312.tar.gz samba-8853babb504298bd87fb5cae2120f2be63b08312.tar.bz2 samba-8853babb504298bd87fb5cae2120f2be63b08312.zip |
s3-build: try to fix the non-ldap build.
ldapsam_search_suffix_by_name is already prototyped in smbldap.h.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d19cea8023..5bb91c53eb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3905,10 +3905,6 @@ NTSTATUS make_pdb_method( struct pdb_methods **methods ) ; struct ldapsam_privates; const char** get_userattr_list( TALLOC_CTX *mem_ctx, int schema_ver ); -int ldapsam_search_suffix_by_name(struct ldapsam_privates *ldap_state, - const char *user, - LDAPMessage ** result, - const char **attr); NTSTATUS pdb_init_ldapsam_compat(struct pdb_methods **pdb_method, const char *location); NTSTATUS pdb_init_ldapsam(struct pdb_methods **pdb_method, const char *location); NTSTATUS pdb_ldap_init(void); |