summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
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 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 */