summaryrefslogtreecommitdiff
path: root/source4/lib/registry/common
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-26 01:13:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:18 -0500
commit47864891ffd6309764fdc3a5227ec2e83c6f7107 (patch)
tree3e961452b1fe9543a8cf8d8456eab1270d21402d /source4/lib/registry/common
parente754760d2346cb868182b479745ee60630188298 (diff)
downloadsamba-47864891ffd6309764fdc3a5227ec2e83c6f7107.tar.gz
samba-47864891ffd6309764fdc3a5227ec2e83c6f7107.tar.bz2
samba-47864891ffd6309764fdc3a5227ec2e83c6f7107.zip
r893: a few more _t conversions
(This used to be commit 66eb46dbb1486c5916194bf6b303cf16373a272a)
Diffstat (limited to 'source4/lib/registry/common')
-rw-r--r--source4/lib/registry/common/reg_objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/common/reg_objects.c b/source4/lib/registry/common/reg_objects.c
index be15108f4d..d042c74e47 100644
--- a/source4/lib/registry/common/reg_objects.c
+++ b/source4/lib/registry/common/reg_objects.c
@@ -61,7 +61,7 @@ void reg_val_free( REG_VAL *val )
/**********************************************************************
*********************************************************************/
-uint8* reg_val_data_blk( REG_VAL *val )
+uint8_t * reg_val_data_blk( REG_VAL *val )
{
return val->data_blk;
}