From fb0de463cd1b4c56dda1ecb813733702948def6a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 14 Feb 1996 19:44:47 +0000 Subject: (struct argp_state): Add `quoted' field. --- 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 5b652dd2..f832edec 100644 --- a/libshouldbeinlibc/argp.h +++ b/libshouldbeinlibc/argp.h @@ -163,6 +163,11 @@ struct argp_state such call returns. At all other times, this is the number of such arguments that have been processed. */ unsigned arg_num; + + /* If non-zero, the index in ARGV of the first argument following a special + `--' argument (which prevents anything following being interpreted as an + option). Only set once argument parsing has proceeded past this point. */ + int quoted; }; /* Flags for argp_parse (note that the defaults are those that are -- cgit v1.2.3