diff options
Diffstat (limited to 'source4/lib/registry/hive.h')
-rw-r--r-- | source4/lib/registry/hive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/hive.h b/source4/lib/registry/hive.h index e82177d8b8..1e05f6b013 100644 --- a/source4/lib/registry/hive.h +++ b/source4/lib/registry/hive.h @@ -164,7 +164,7 @@ WERROR hive_enum_key(TALLOC_CTX *mem_ctx, const char **classname, NTTIME *last_mod_time); -WERROR hive_set_value(struct hive_key *key, const char *name, +WERROR hive_key_set_value(struct hive_key *key, const char *name, uint32_t type, const DATA_BLOB data); WERROR hive_get_value(TALLOC_CTX *mem_ctx, |