ossp-pkg/lmtp2nntp/lmtp2nntp_config.h 1.11 -> 1.12
--- lmtp2nntp_config.h 2003/01/30 19:42:13 1.11
+++ lmtp2nntp_config.h 2003/02/11 11:41:11 1.12
@@ -35,6 +35,7 @@
typedef enum {
CONFIG_OK,
CONFIG_OK_DRY, /* dry run short circuit i.e. --testfile or --version */
+ CONFIG_ERR_TRY, /* caught an exception from a underlying codeblock */
CONFIG_ERR_LOG /* cannot initialize logging */
} lmtp2nntp_config_rc_t;
|
|