1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

17582: Improved option argument handling.

unposted: Updated version to 4.1.0-dev-6 because of interface change.
This commit is contained in:
Peter Stephenson 2002-08-27 21:10:30 +00:00
parent 043c302261
commit 9634760d5e
38 changed files with 1023 additions and 662 deletions

View file

@ -41,7 +41,7 @@
/**/
static int
bin_clone(char *nam, char **args, char *ops, int func)
bin_clone(char *nam, char **args, Options ops, int func)
{
int ttyfd, pid;