diff options
author | Michael Adam <obnox@samba.org> | 2010-05-25 00:15:52 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:27 +0200 |
commit | e829b42978d91cf8a5ec67cd322e66a538f7fd75 (patch) | |
tree | c16cc50ed0ac2c788c76ceaf73d2abab84bcdb88 /source3/include/registry.h | |
parent | 36b74e03cfec6bb5aaa7c3909c115629f0b076b1 (diff) | |
download | samba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.tar.gz samba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.tar.xz samba-e829b42978d91cf8a5ec67cd322e66a538f7fd75.zip |
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.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h index 33234037d7..81580f02a8 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 */ |