summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 83ac33ac23..6f0dbae561 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3899,6 +3899,10 @@ int pdb_nds_set_password(
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_smbpasswd.c */
NTSTATUS pdb_smbpasswd_init(void) ;