p11tool-args.h.bak | p11tool-args.h.bak | |||
---|---|---|---|---|
skipping to change at line 133 | skipping to change at line 133 | |||
INDEX_OPT_PROVIDER = 59, | INDEX_OPT_PROVIDER = 59, | |||
INDEX_OPT_DETAILED_URL = 60, | INDEX_OPT_DETAILED_URL = 60, | |||
INDEX_OPT_BATCH = 61, | INDEX_OPT_BATCH = 61, | |||
INDEX_OPT_VERSION = 62, | INDEX_OPT_VERSION = 62, | |||
INDEX_OPT_HELP = 63, | INDEX_OPT_HELP = 63, | |||
INDEX_OPT_MORE_HELP = 64 | INDEX_OPT_MORE_HELP = 64 | |||
} teOptIndex; | } teOptIndex; | |||
/** count of all options for p11tool */ | /** count of all options for p11tool */ | |||
#define OPTION_CT 65 | #define OPTION_CT 65 | |||
/** p11tool version */ | /** p11tool version */ | |||
#define P11TOOL_VERSION "3.4.4" | #define P11TOOL_VERSION "3.4.5" | |||
/** Full p11tool version text */ | /** Full p11tool version text */ | |||
#define P11TOOL_FULL_VERSION "p11tool 3.4.4" | #define P11TOOL_FULL_VERSION "p11tool 3.4.5" | |||
/** | /** | |||
* Interface defines for all options. Replace "n" with the UPPER_CASED | * Interface defines for all options. Replace "n" with the UPPER_CASED | |||
* option name (as in the teOptIndex enumeration above). | * option name (as in the teOptIndex enumeration above). | |||
* e.g. HAVE_OPT(TOKEN_RELATED_OPTIONS) | * e.g. HAVE_OPT(TOKEN_RELATED_OPTIONS) | |||
*/ | */ | |||
#define DESC(n) (p11toolOptions.pOptDesc[INDEX_OPT_## n]) | #define DESC(n) (p11toolOptions.pOptDesc[INDEX_OPT_## n]) | |||
/** 'true' if an option has been specified in any way */ | /** 'true' if an option has been specified in any way */ | |||
#define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) | #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) | |||
/** The string argument to an option. The argument type must be \"string\". */ | /** The string argument to an option. The argument type must be \"string\". */ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |