Need to commit this too. :)

This commit is contained in:
Rob Landley 2007-10-16 01:49:05 -05:00
parent d06c58df5c
commit 9abf13622b

1
toys.h
View File

@ -52,6 +52,7 @@ extern struct toy_context {
char **argv; // Original command line arguments
unsigned optflags; // Command line option flags from get_optflags()
char **optargs; // Arguments left over from get_optflags()
int exithelp; // Should error_exit print a usage message first? (Option parsing.)
} toys;
// One big temporary buffer, for use by applets (not library functions).