From 27dce768d3801409a734f24765ea92e67ffbd014 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 14:57:03 +0200 Subject: Remove more usages of global_loadparm. --- source4/lib/registry/registry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/registry/registry.h') diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index e89d6fd55c..f9db39f4ae 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -484,7 +484,8 @@ struct reg_diff_callbacks { WERROR (*done) (void *callback_data); }; -WERROR reg_diff_apply(struct registry_context *ctx, const char *filename); +WERROR reg_diff_apply(struct registry_context *ctx, + struct smb_iconv_convenience *ic, const char *filename); WERROR reg_generate_diff(struct registry_context *ctx1, struct registry_context *ctx2, -- cgit