changeset 145:8affb8850366

Need to commit this too. :)
author Rob Landley <rob@landley.net>
date Tue, 16 Oct 2007 01:49:05 -0500
parents 1fbc50374a30
children 99e651512aa4
files toys.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/toys.h	Thu Oct 11 15:36:36 2007 -0500
+++ b/toys.h	Tue Oct 16 01:49:05 2007 -0500
@@ -52,6 +52,7 @@
 	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).