diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-10 17:43:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-05-10 22:22:01 +0200 |
commit | 3c6bbc260def45da3897dde94116f244fdf475b5 (patch) | |
tree | dff42433c94a01d1e57b2bc5c913efe81215bee8 /src/p11tool-args.h.bak | |
parent | 9a8fb40da7eabdca8044d779dd1871eea14a31ae (diff) | |
download | gnutls-3c6bbc260def45da3897dde94116f244fdf475b5.tar.gz |
updated auto-generated files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/p11tool-args.h.bak')
-rw-r--r-- | src/p11tool-args.h.bak | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/p11tool-args.h.bak b/src/p11tool-args.h.bak index 54a4b46b3b..475422cc90 100644 --- a/src/p11tool-args.h.bak +++ b/src/p11tool-args.h.bak @@ -126,15 +126,16 @@ typedef enum { INDEX_OPT_OUTDER = 62, INDEX_OPT_OUTRAW = 63, INDEX_OPT_PROVIDER = 64, - INDEX_OPT_DETAILED_URL = 65, - INDEX_OPT_ONLY_URLS = 66, - INDEX_OPT_BATCH = 67, - INDEX_OPT_VERSION = 68, - INDEX_OPT_HELP = 69, - INDEX_OPT_MORE_HELP = 70 + INDEX_OPT_PROVIDER_OPTS = 65, + INDEX_OPT_DETAILED_URL = 66, + INDEX_OPT_ONLY_URLS = 67, + INDEX_OPT_BATCH = 68, + INDEX_OPT_VERSION = 69, + INDEX_OPT_HELP = 70, + INDEX_OPT_MORE_HELP = 71 } teOptIndex; /** count of all options for p11tool */ -#define OPTION_CT 71 +#define OPTION_CT 72 /** p11tool version */ #define P11TOOL_VERSION "@VERSION@" /** Full p11tool version text */ @@ -255,9 +256,10 @@ typedef enum { #define VALUE_OPT_OUTDER 0x1038 #define VALUE_OPT_OUTRAW 0x1039 #define VALUE_OPT_PROVIDER 0x103A -#define VALUE_OPT_DETAILED_URL 0x103B -#define VALUE_OPT_ONLY_URLS 0x103C -#define VALUE_OPT_BATCH 0x103D +#define VALUE_OPT_PROVIDER_OPTS 0x103B +#define VALUE_OPT_DETAILED_URL 0x103C +#define VALUE_OPT_ONLY_URLS 0x103D +#define VALUE_OPT_BATCH 0x103E /** option flag (value) for help-value option */ #define VALUE_OPT_HELP 'h' /** option flag (value) for more-help-value option */ |