From e829b42978d91cf8a5ec67cd322e66a538f7fd75 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 May 2010 00:15:52 +0200 Subject: s3:registry: extract registry_pull/push_value prototypes into own header reg_util_marshalling.h and use them only where needed. --- source3/include/registry.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/include') 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 */ -- cgit