summaryrefslogtreecommitdiff
path: root/source3/passdb/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb/proto.h')
-rw-r--r--source3/passdb/proto.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source3/passdb/proto.h b/source3/passdb/proto.h
index 2cb8476604..714c1d8b23 100644
--- a/source3/passdb/proto.h
+++ b/source3/passdb/proto.h
@@ -316,21 +316,6 @@ NTSTATUS pdb_delete_secret(const char *secret_name);
/* The following definitions come from passdb/pdb_nds.c */
-struct smbldap_state;
-
-int pdb_nds_get_password(
- struct smbldap_state *ldap_state,
- char *object_dn,
- size_t *pwd_len,
- char *pwd );
-int pdb_nds_set_password(
- struct smbldap_state *ldap_state,
- char *object_dn,
- const char *pwd );
-NTSTATUS pdb_nds_init(void);
-
-/* The following definitions come from passdb/pdb_nds.c */
-
NTSTATUS pdb_ipa_init(void);
/* The following definitions come from passdb/pdb_util.c */