diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-12-11 20:06:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:20 -0500 |
commit | 969e14eae941427cf36c71b5588d7dd8e1f3c615 (patch) | |
tree | b493a38f3050682355d0a8423a718076d617a849 /source4/include | |
parent | 6cf13f4d72beee3df0432d0898c5981ce8bced43 (diff) | |
download | samba-969e14eae941427cf36c71b5588d7dd8e1f3c615.tar.gz samba-969e14eae941427cf36c71b5588d7dd8e1f3c615.tar.bz2 samba-969e14eae941427cf36c71b5588d7dd8e1f3c615.zip |
r4155: More destinction between hives and predefined keys
(This used to be commit c37d6f3c581673d74e7ec6a644ab6a7d13a55535)
Diffstat (limited to 'source4/include')
-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 { |