summaryrefslogtreecommitdiff
path: root/source4/lib/registry/interface.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-16 19:14:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:50 -0500
commitffbb7e40604b9cffeb0c226279b929497b03a964 (patch)
tree6db9fdadb8d831e3721d9fb0902efce3b475c99f /source4/lib/registry/interface.c
parent864c9dd88bf39a89c59baaa28c12d989a9d9f04e (diff)
downloadsamba-ffbb7e40604b9cffeb0c226279b929497b03a964.tar.gz
samba-ffbb7e40604b9cffeb0c226279b929497b03a964.tar.bz2
samba-ffbb7e40604b9cffeb0c226279b929497b03a964.zip
r25193: Update headers to easy use by external apps.
(This used to be commit 20b70fbb7af6b6759c3b8c8aa56e10944b32bfdf)
Diffstat (limited to 'source4/lib/registry/interface.c')
-rw-r--r--source4/lib/registry/interface.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/lib/registry/interface.c b/source4/lib/registry/interface.c
index 4950e1dacd..98c72c7940 100644
--- a/source4/lib/registry/interface.c
+++ b/source4/lib/registry/interface.c
@@ -104,11 +104,9 @@ _PUBLIC_ WERROR reg_open_key(TALLOC_CTX *mem_ctx, struct registry_key *parent,
* Get value by index
*/
_PUBLIC_ WERROR reg_key_get_value_by_index(TALLOC_CTX *mem_ctx,
- const struct registry_key *key,
- uint32_t idx,
- const char **name,
- uint32_t *type,
- DATA_BLOB *data)
+ const struct registry_key *key,
+ uint32_t idx, const char **name,
+ uint32_t *type, DATA_BLOB *data)
{
if (key == NULL)
return WERR_INVALID_PARAM;