cli-debug-args.h.bak   cli-debug-args.h.bak 
skipping to change at line 80 skipping to change at line 80
INDEX_OPT_VERBOSE = 1, INDEX_OPT_VERBOSE = 1,
INDEX_OPT_PORT = 2, INDEX_OPT_PORT = 2,
INDEX_OPT_APP_PROTO = 3, INDEX_OPT_APP_PROTO = 3,
INDEX_OPT_VERSION = 4, INDEX_OPT_VERSION = 4,
INDEX_OPT_HELP = 5, INDEX_OPT_HELP = 5,
INDEX_OPT_MORE_HELP = 6 INDEX_OPT_MORE_HELP = 6
} teOptIndex; } teOptIndex;
/** count of all options for gnutls-cli-debug */ /** count of all options for gnutls-cli-debug */
#define OPTION_CT 7 #define OPTION_CT 7
/** gnutls-cli-debug version */ /** gnutls-cli-debug version */
#define GNUTLS_CLI_DEBUG_VERSION "3.4.4" #define GNUTLS_CLI_DEBUG_VERSION "3.4.5"
/** Full gnutls-cli-debug version text */ /** Full gnutls-cli-debug version text */
#define GNUTLS_CLI_DEBUG_FULL_VERSION "gnutls-cli-debug 3.4.4" #define GNUTLS_CLI_DEBUG_FULL_VERSION "gnutls-cli-debug 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(DEBUG) * e.g. HAVE_OPT(DEBUG)
*/ */
#define DESC(n) (gnutls_cli_debugOptions.pOptDesc[INDEX_OPT_## n]) #define DESC(n) (gnutls_cli_debugOptions.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/