ossp-pkg/lmtp2nntp/lmtp.h 1.6 -> 1.7
--- lmtp.h 2001/07/25 19:51:12 1.6
+++ lmtp.h 2001/08/14 08:15:25 1.7
@@ -39,6 +39,7 @@
typedef struct lmtp_st lmtp_t;
typedef struct {
+ int (*select)(int, fd_set *, fd_set *, fd_set *, struct timeval *);
ssize_t (*read)(int, void *, size_t);
ssize_t (*write)(int, const void *, size_t);
} lmtp_io_t;
|
|