summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/secrets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/param/secrets.h b/source4/param/secrets.h
index d9e0f53f0f..4cab9ccadd 100644
--- a/source4/param/secrets.h
+++ b/source4/param/secrets.h
@@ -38,10 +38,11 @@
*/
struct loadparm_context;
struct tevent_context;
-enum netr_SchannelType;
struct ldb_message;
struct ldb_context;
+#include "librpc/gen_ndr/misc.h"
+
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 loadparm_context *lp_ctx);
struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx,