summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/patchfile.h')
-rw-r--r--source4/lib/registry/patchfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/registry/patchfile.h b/source4/lib/registry/patchfile.h
index 4c0599b2f3..08a977d9cd 100644
--- a/source4/lib/registry/patchfile.h
+++ b/source4/lib/registry/patchfile.h
@@ -36,8 +36,7 @@ struct reg_diff_callbacks {
WERROR (*done) (void *callback_data);
};
-WERROR reg_diff_apply (const char *filename,
- struct registry_context *ctx);
+WERROR reg_diff_apply(struct registry_context *ctx, const char *filename);
WERROR reg_generate_diff(struct registry_context *ctx1,
struct registry_context *ctx2,