From 9abf13622b76eec96f5846298bbf012cdb8bc678 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 16 Oct 2007 01:49:05 -0500 Subject: Need to commit this too. :) --- toys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys.h') diff --git a/toys.h b/toys.h index 1441c550..e78aea55 100644 --- a/toys.h +++ b/toys.h @@ -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). -- cgit v1.2.3