ossp-pkg/lmtp2nntp/nntp.h 1.6 -> 1.7
--- nntp.h 2001/08/16 15:00:50 1.6
+++ nntp.h 2001/08/23 07:52:25 1.7
@@ -54,7 +54,8 @@
NNTP_ERR_ARG,
NNTP_ERR_OVERFLOW,
NNTP_ERR_POST,
- NNTP_ERR_INIT
+ NNTP_ERR_INIT,
+ NNTP_ERR_UNKNOWN
} nntp_rc_t;
nntp_t *nntp_create (int, int, nntp_io_t *);
|
|