summaryrefslogtreecommitdiff
path: root/source4/lib/registry/hive.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/hive.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/hive.h')
-rw-r--r--source4/lib/registry/hive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/hive.h b/source4/lib/registry/hive.h
index 33759fdecc..ef44da373c 100644
--- a/source4/lib/registry/hive.h
+++ b/source4/lib/registry/hive.h
@@ -150,8 +150,8 @@ WERROR hive_key_get_info(TALLOC_CTX *mem_ctx, const struct hive_key *key,
WERROR hive_key_add_name(TALLOC_CTX *ctx, const struct hive_key *parent_key,
const char *name, const char *classname, struct security_descriptor *desc,
struct hive_key **key);
-_PUBLIC_ WERROR hive_key_del(const struct hive_key *key, const char *name);
-_PUBLIC_ WERROR hive_get_key_by_name(TALLOC_CTX *mem_ctx,
+WERROR hive_key_del(const struct hive_key *key, const char *name);
+WERROR hive_get_key_by_name(TALLOC_CTX *mem_ctx,
const struct hive_key *key, const char *name,
struct hive_key **subkey);
WERROR hive_enum_key(TALLOC_CTX *mem_ctx,