diff options
author | Rob Landley <rob@landley.net> | 2007-10-16 01:49:05 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-10-16 01:49:05 -0500 |
commit | 9abf13622b76eec96f5846298bbf012cdb8bc678 (patch) | |
tree | 8bc6d29450473e6d9a81bd3d5dbca42569d96417 | |
parent | d06c58df5c723594c4f214dd5d1842a178d2a5e1 (diff) | |
download | toybox-9abf13622b76eec96f5846298bbf012cdb8bc678.tar.gz |
Need to commit this too. :)
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |