summaryrefslogtreecommitdiff
path: root/source4/param/provision.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/provision.h')
-rw-r--r--source4/param/provision.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/param/provision.h b/source4/param/provision.h
index 36758b9707..fc0287831c 100644
--- a/source4/param/provision.h
+++ b/source4/param/provision.h
@@ -63,7 +63,9 @@ NTSTATUS provision_store_self_join(TALLOC_CTX *mem_ctx, struct loadparm_context
struct provision_store_self_join_settings *settings,
const char **error_string);
-struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx,
+struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx,
+ struct loadparm_context *lp_ctx,
+ const char *schema_dn,
DATA_BLOB *override_prefixmap);
#endif /* _PROVISION_H_ */