summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/raweas.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-22 08:31:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:03 -0500
commitaae697b9246a6688155895e6c666fda2f10d67f5 (patch)
treeb48c1b1b2bbc300071ee016cf66a0e8aa5fddf74 /source4/libcli/raw/raweas.c
parent7aeebaa96246660ab30c985859ea6b4323ea371f (diff)
downloadsamba-aae697b9246a6688155895e6c666fda2f10d67f5.tar.gz
samba-aae697b9246a6688155895e6c666fda2f10d67f5.tar.bz2
samba-aae697b9246a6688155895e6c666fda2f10d67f5.zip
r3903: better fix for -r 3902
(not introduce new warnings:-) metze (This used to be commit 36b11992dc3b08914db24ec23f10cc8b3eb55320)
Diffstat (limited to 'source4/libcli/raw/raweas.c')
-rw-r--r--source4/libcli/raw/raweas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/raw/raweas.c b/source4/libcli/raw/raweas.c
index e5f81f5eea..17e5ce8f75 100644
--- a/source4/libcli/raw/raweas.c
+++ b/source4/libcli/raw/raweas.c
@@ -57,7 +57,7 @@ uint_t ea_list_size_chained(uint_t num_eas, struct ea_struct *eas)
put a ea_list into a pre-allocated buffer - buffer must be at least
of size ea_list_size()
*/
-void ea_put_list(void *data, uint_t num_eas, struct ea_struct *eas)
+void ea_put_list(uint8_t *data, uint_t num_eas, struct ea_struct *eas)
{
int i;
uint32_t ea_size;
@@ -83,7 +83,7 @@ void ea_put_list(void *data, uint_t num_eas, struct ea_struct *eas)
put a chained ea_list into a pre-allocated buffer - buffer must be
at least of size ea_list_size()
*/
-void ea_put_list_chained(void *data, uint_t num_eas, struct ea_struct *eas)
+void ea_put_list_chained(uint8_t *data, uint_t num_eas, struct ea_struct *eas)
{
int i;