ossp-pkg/lmtp2nntp/lmtp2nntp_config.h 1.8 -> 1.9
--- lmtp2nntp_config.h 2002/02/14 10:47:20 1.8
+++ lmtp2nntp_config.h 2003/01/30 15:19:55 1.9
@@ -29,6 +29,12 @@
#include "lmtp2nntp_global.h"
#include "fixme.h"
-void config_context(lmtp2nntp_t *);
+typedef enum {
+ CONFIG_OK,
+ CONFIG_OK_DRY, /* dry run short circuit i.e. --testfile or --version */
+ CONFIG_ERR_LOG /* cannot initialize logging */
+} lmtp2nntp_config_rc_t;
+
+lmtp2nntp_config_rc_t config_context(lmtp2nntp_t *);
#endif /* __LMTP2NNTP_CONFIG_H__ */
|
|