r3903: better fix for -r 3902
authorStefan Metzmacher <metze@samba.org>
Mon, 22 Nov 2004 08:31:36 +0000 (08:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:03 +0000 (13:06 -0500)
(not introduce new warnings:-)

metze
(This used to be commit 36b11992dc3b08914db24ec23f10cc8b3eb55320)

source4/libcli/raw/raweas.c

index e5f81f5eea048ece76917dc2a8f658b7ed2b721c..17e5ce8f75ddee086b1fa053cbddc0f0c41dc9d3 100644 (file)
@@ -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;