diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-22 05:02:57 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-24 01:51:01 -0600 |
commit | 09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43 (patch) | |
tree | 08620708ea279c5bdf32f94d384d6174a1cfb037 /source4/lib/registry/hive.h | |
parent | 670918f916cb881d4cc591516c70bafe4e39ba45 (diff) | |
download | samba-09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43.tar.gz samba-09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43.tar.bz2 samba-09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43.zip |
r26564: More python bindings for registry code.
(This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f)
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 ffb92f8e79..e82177d8b8 100644 --- a/source4/lib/registry/hive.h +++ b/source4/lib/registry/hive.h @@ -175,7 +175,7 @@ WERROR hive_get_value_by_index(TALLOC_CTX *mem_ctx, const char **name, uint32_t *type, DATA_BLOB *data); -WERROR hive_del_value(struct hive_key *key, const char *name); +WERROR hive_key_del_value(struct hive_key *key, const char *name); WERROR hive_key_flush(struct hive_key *key); |