From 54eff9cb9ac86809f3217179eb1029058d4a7936 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 27 Jan 2022 09:07:28 +0100 Subject: Release 1.44 * configure.ac: Bump LT version to C32/A32/R2. --- src/gpg-error.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpg-error.h.in') diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index d2c3b8d..b97f38a 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1190,7 +1190,8 @@ typedef struct #define ARGPARSE_FLAG_USER 2048 /* Use user config file. */ #define ARGPARSE_FLAG_VERBOSE 4096 /* Print additional argparser info. */ #define ARGPARSE_FLAG_USERVERS 8192 /* Try version-ed user config files. */ -#define ARGPARSE_FLAG_WITHATTR 16384 /* Return attribute bits. */ +#define ARGPARSE_FLAG_WITHATTR 16384 /* Return attribute bits. (Make sure */ + /* to act upon ARGPARSE_OPT_IGNORE.) */ /* Constants for (gpgrt_argparse_t).err. */ #define ARGPARSE_PRINT_WARNING 1 /* Print a diagnostic. */ -- cgit v1.2.3