diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 12:51:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 12:51:55 +0100 |
commit | 3101cb888d5cbad785050b8491b138d683d444fb (patch) | |
tree | 4afb829887f209cbf4564918c1a223fcb42dcb93 /source4/lib/registry/patchfile.h | |
parent | 4590432d6290fd1c21a27ec5e6643d455e4fec69 (diff) | |
download | samba-3101cb888d5cbad785050b8491b138d683d444fb.tar.gz samba-3101cb888d5cbad785050b8491b138d683d444fb.tar.bz2 samba-3101cb888d5cbad785050b8491b138d683d444fb.zip |
Remove uses of global_loadparm.
(This used to be commit a16c9a2129ce92e7e1a613b2badd168e42ead436)
Diffstat (limited to 'source4/lib/registry/patchfile.h')
-rw-r--r-- | source4/lib/registry/patchfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/registry/patchfile.h b/source4/lib/registry/patchfile.h index 08a977d9cd..9289390685 100644 --- a/source4/lib/registry/patchfile.h +++ b/source4/lib/registry/patchfile.h @@ -43,6 +43,7 @@ WERROR reg_generate_diff(struct registry_context *ctx1, const struct reg_diff_callbacks *callbacks, void *callback_data); WERROR reg_dotreg_diff_save(TALLOC_CTX *ctx, const char *filename, + struct smb_iconv_convenience *iconv_convenience, struct reg_diff_callbacks **callbacks, void **callback_data); WERROR reg_generate_diff_key(struct registry_key *oldkey, |