From 5bdbdd3f31951870162b3b383ec5ad9ee461eefb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 6 Mar 1997 04:46:53 +0000 Subject: (argp_err_exit_status): New variable. --- libshouldbeinlibc/argp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libshouldbeinlibc/argp.h') diff --git a/libshouldbeinlibc/argp.h b/libshouldbeinlibc/argp.h index 8014d1ee..60310ade 100644 --- a/libshouldbeinlibc/argp.h +++ b/libshouldbeinlibc/argp.h @@ -395,6 +395,11 @@ extern void (*argp_program_version_hook) __P ((FILE *__stream, standard help messages), embedded in a sentence that says something like `Report bugs to ADDR.'. */ __const extern char *argp_program_bug_address; + +/* The exit status that argp will use when exiting due to a parsing error. + If not defined or set by the user program, this defaults to EX_USAGE from + . */ +extern error_t argp_err_exit_status; /* Flags for argp_help. */ #define ARGP_HELP_USAGE 0x01 /* a Usage: message. */ -- cgit v1.2.3