aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-01-27 08:07:28 +0000
committerWerner Koch <[email protected]>2022-01-27 08:50:24 +0000
commit54eff9cb9ac86809f3217179eb1029058d4a7936 (patch)
tree19143254dd9b9d6230e7a7a1a90675fda1f18c4c /src/gpg-error.h.in
parentbuild: Fixes for make distcheck (diff)
downloadlibgpg-error-gpgrt-1.44.tar.gz
libgpg-error-gpgrt-1.44.zip
* configure.ac: Bump LT version to C32/A32/R2.
Diffstat (limited to '')
-rw-r--r--src/gpg-error.h.in3
1 files changed, 2 insertions, 1 deletions
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. */