diff options
Diffstat (limited to 'source4/include/registry.h')
-rw-r--r-- | source4/include/registry.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |