summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/registry.h b/source4/include/registry.h
index 4ce9569376..3e38faa772 100644
--- a/source4/include/registry.h
+++ b/source4/include/registry.h
@@ -114,7 +114,7 @@ struct hive_operations {
WERROR (*close_hive) (struct registry_hive *);
/* Or this one */
- WERROR (*open_key) (TALLOC_CTX *, struct registry_hive *, const char *name, struct registry_key **);
+ WERROR (*open_key) (TALLOC_CTX *, struct registry_key *, const char *name, struct registry_key **);
/* Either implement these */
WERROR (*num_subkeys) (struct registry_key *, int *count);