diff options
Diffstat (limited to 'source3/passdb/proto.h')
-rw-r--r-- | source3/passdb/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/passdb/proto.h b/source3/passdb/proto.h index 714c1d8b23..36acc313f6 100644 --- a/source3/passdb/proto.h +++ b/source3/passdb/proto.h @@ -314,10 +314,6 @@ NTSTATUS pdb_set_secret(const char *secret_name, struct security_descriptor *sd); NTSTATUS pdb_delete_secret(const char *secret_name); -/* The following definitions come from passdb/pdb_nds.c */ - -NTSTATUS pdb_ipa_init(void); - /* The following definitions come from passdb/pdb_util.c */ NTSTATUS create_builtin_users(const struct dom_sid *sid); |