diff options
author | Miles Bader <miles@gnu.org> | 1995-12-06 20:32:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-06 20:32:21 +0000 |
commit | 3d77c9057d49a890b158a0c4fe6255738b02e6b5 (patch) | |
tree | fcd706553483229d7d8fed3ab04039a49a19b385 /libshouldbeinlibc/=argz.h | |
parent | 281953f69899aa158b3878c2385aa61f45194bfc (diff) | |
download | hurd-3d77c9057d49a890b158a0c4fe6255738b02e6b5.tar.gz hurd-3d77c9057d49a890b158a0c4fe6255738b02e6b5.tar.bz2 hurd-3d77c9057d49a890b158a0c4fe6255738b02e6b5.zip |
(argz_stringify): Add the SEP argument.
Diffstat (limited to 'libshouldbeinlibc/=argz.h')
-rw-r--r-- | libshouldbeinlibc/=argz.h | 4 |
1 files changed, 2 insertions, 2 deletions
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__ */ |