(argz_create): Fix param type.
This commit is contained in:
parent
349e97bda6
commit
e91ce32f3c
@ -33,7 +33,7 @@ __BEGIN_DECLS
|
||||
ARGZ, and the total length in LEN. If a memory allocation error occurs,
|
||||
ENOMEM is returned, otherwise 0. The result can be destroyed using free. */
|
||||
error_t __argz_create __P ((char *argv[], char **argz, size_t *len));
|
||||
error_t argz_create __P ((char **argv[], char **argz, size_t *len));
|
||||
error_t argz_create __P ((char *argv[], char **argz, size_t *len));
|
||||
|
||||
/* Make a '\0' separated arg vector from a SEP separated list in
|
||||
STRING, returning it in ARGZ, and the total length in LEN. If a
|
||||
|
Loading…
x
Reference in New Issue
Block a user