summaryrefslogtreecommitdiff
path: root/source4/param/secrets.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/secrets.h')
-rw-r--r--source4/param/secrets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/secrets.h b/source4/param/secrets.h
index c3227dfbcb..018bd36337 100644
--- a/source4/param/secrets.h
+++ b/source4/param/secrets.h
@@ -38,12 +38,14 @@
*/
struct loadparm_context;
struct tevent_context;
+enum netr_SchannelType;
struct tdb_wrap *secrets_init(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
struct ldb_context *secrets_db_connect(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, struct loadparm_context *lp_ctx);
struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx,
struct tevent_context *ev_ctx,
struct loadparm_context *lp_ctx,
const char *domain,
+ enum netr_SchannelType *sec_channel_type,
char **errstring);