summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-22 05:02:48 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:01 -0600
commit670918f916cb881d4cc591516c70bafe4e39ba45 (patch)
treeb9c7725aa4c16b66b2380693fd374d670148c77a /source4/lib/registry/patchfile.h
parentb7ffc3b404fbe3cf759e743c23e7bdbf75e71286 (diff)
downloadsamba-670918f916cb881d4cc591516c70bafe4e39ba45.tar.gz
samba-670918f916cb881d4cc591516c70bafe4e39ba45.tar.bz2
samba-670918f916cb881d4cc591516c70bafe4e39ba45.zip
r26563: Fix reg_diff_apply argument order.
(This used to be commit cfffd0357ee4c4bb3f3c9adb051eeee1bbac526a)
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,