Remove more usages of global_loadparm.
[bbaumbach/samba-autobuild/.git] / source4 / lib / registry / registry.h
index e89d6fd55c51a6d3d4fff0f309dc26a7d98feaab..f9db39f4ae137f08cc5c036928d4ea9c0f6c448c 100644 (file)
@@ -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,