mirror of
https://github.com/samba-team/samba.git
synced 2025-02-19 21:57:57 +03:00
r3903: better fix for -r 3902
(not introduce new warnings:-) metze
This commit is contained in:
parent
ce7686ac3e
commit
36b11992dc
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user