diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index bce028e..969076c 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1200,6 +1200,8 @@ typedef struct #define ARGPARSE_FLAG_USERVERS 8192 /* Try version-ed user config files. */ #define ARGPARSE_FLAG_WITHATTR 16384 /* Return attribute bits. (Make sure */ /* to act upon ARGPARSE_OPT_IGNORE.) */ +#define ARGPARSE_FLAG_COMMAND 32768 /* Allow commands w/o leading dashes. */ + /* Constants for (gpgrt_argparse_t).err. */ #define ARGPARSE_PRINT_WARNING 1 /* Print a diagnostic. */ |