summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-25 00:15:52 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:27 +0200
commite829b42978d91cf8a5ec67cd322e66a538f7fd75 (patch)
treec16cc50ed0ac2c788c76ceaf73d2abab84bcdb88 /source3/include/registry.h
parent36b74e03cfec6bb5aaa7c3909c115629f0b076b1 (diff)
downloadsamba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.tar.gz
s3:registry: extract registry_pull/push_value prototypes into own header
reg_util_marshalling.h and use them only where needed.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r--source3/include/registry.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h
index 33234037d7b..81580f02a82 100644
--- a/source3/include/registry.h
+++ b/source3/include/registry.h
@@ -69,14 +69,4 @@ WERROR registry_init_full(void);
WERROR registry_init_smbconf(const char *keyname);
-/* The following definitions come from lib/util_reg_api.c */
-
-WERROR registry_pull_value(TALLOC_CTX *mem_ctx,
- struct registry_value **pvalue,
- enum winreg_Type type, uint8 *data,
- uint32 size, uint32 length);
-WERROR registry_push_value(TALLOC_CTX *mem_ctx,
- const struct registry_value *value,
- DATA_BLOB *presult);
-
#endif /* _REGISTRY_H */