summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-27 21:17:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:56 -0500
commitfb6adecf06d2a9ebd252cde2dde490e7b538bb0a (patch)
tree4e61b6d81b5cc464da4c8b6c8465a15886903d69 /source4/lib/registry/patchfile.h
parent7f0f39aa230489977655f8ad6999942788a473b4 (diff)
downloadsamba-fb6adecf06d2a9ebd252cde2dde490e7b538bb0a.tar.gz
samba-fb6adecf06d2a9ebd252cde2dde490e7b538bb0a.tar.bz2
samba-fb6adecf06d2a9ebd252cde2dde490e7b538bb0a.zip
r24723: Install the right headers for use by samba-gtk.
(This used to be commit 762e893d9ce4cc73bb1763a9520634bf921c0503)
Diffstat (limited to 'source4/lib/registry/patchfile.h')
-rw-r--r--source4/lib/registry/patchfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/registry/patchfile.h b/source4/lib/registry/patchfile.h
index 194e2a132a..1c0b195a8c 100644
--- a/source4/lib/registry/patchfile.h
+++ b/source4/lib/registry/patchfile.h
@@ -34,16 +34,16 @@ struct reg_diff_callbacks {
WERROR (*done) (void *callback_data);
};
-_PUBLIC_ WERROR reg_diff_apply (const char *filename,
+WERROR reg_diff_apply (const char *filename,
struct registry_context *ctx);
-_PUBLIC_ WERROR reg_generate_diff(struct registry_context *ctx1,
+WERROR reg_generate_diff(struct registry_context *ctx1,
struct registry_context *ctx2,
const struct reg_diff_callbacks *callbacks,
void *callback_data);
-_PUBLIC_ WERROR reg_dotreg_diff_save(TALLOC_CTX *ctx, const char *filename,
+WERROR reg_dotreg_diff_save(TALLOC_CTX *ctx, const char *filename,
struct reg_diff_callbacks **callbacks, void **callback_data);
-_PUBLIC_ WERROR reg_generate_diff_key(struct registry_key *oldkey,
+WERROR reg_generate_diff_key(struct registry_key *oldkey,
struct registry_key *newkey,
const char *path,
const struct reg_diff_callbacks *callbacks,