From 3d77c9057d49a890b158a0c4fe6255738b02e6b5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Dec 1995 20:32:21 +0000 Subject: (argz_stringify): Add the SEP argument. --- libshouldbeinlibc/=argz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libshouldbeinlibc/=argz.h') diff --git a/libshouldbeinlibc/=argz.h b/libshouldbeinlibc/=argz.h index c1f3c8fd..915d905f 100644 --- a/libshouldbeinlibc/=argz.h +++ b/libshouldbeinlibc/=argz.h @@ -34,7 +34,7 @@ int argz_count (char *argz, int len); void argz_extract (char *argz, int len, char **argv); /* Make '\0' separated arg vector ARGZ printable by converting all the '\0's - except the last into spaces. */ -void argz_stringify(char *argz, int len); + except the last into the character SEP. */ +void argz_stringify(char *argz, int len, int sep); #endif /* __ARGZ_H__ */ -- cgit v1.2.3