From 969e14eae941427cf36c71b5588d7dd8e1f3c615 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 11 Dec 2004 20:06:40 +0000 Subject: r4155: More destinction between hives and predefined keys (This used to be commit c37d6f3c581673d74e7ec6a644ab6a7d13a55535) --- source4/include/registry.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/include') diff --git a/source4/include/registry.h b/source4/include/registry.h index e3b7eeb902..345d6fac43 100644 --- a/source4/include/registry.h +++ b/source4/include/registry.h @@ -150,14 +150,13 @@ struct registry_hive { struct registry_key *root; void *backend_data; const char *location; - struct registry_context *reg_ctx; }; /* Handle to a full registry * contains zero or more hives */ struct registry_context { void *backend_data; - WERROR (*get_hive) (struct registry_context *, uint32 hkey, struct registry_key **); + WERROR (*get_predefined_key) (struct registry_context *, uint32 hkey, struct registry_key **); }; struct reg_init_function_entry { -- cgit