ossp-pkg/lmtp2nntp/lmtp2nntp_nntp.h 1.2 -> 1.3
--- lmtp2nntp_nntp.h 2001/12/31 15:15:36 1.2
+++ lmtp2nntp_nntp.h 2002/01/24 12:07:13 1.3
@@ -34,8 +34,10 @@
#include "lmtp2nntp_msg.h"
+/*FIXME see include below
struct nntp_st;
typedef struct nntp_st nntp_t;
+*/
typedef struct {
void *ctx;
@@ -56,6 +58,9 @@
NNTP_ERR_UNKNOWN
} nntp_rc_t;
+/*FIXME see fixme above */
+#include "fixme.h"
+
typedef struct {
int fd;
} nntp_fd_t;
|
|