ossp-pkg/lmtp2nntp/lmtp2nntp_msg.h 1.3 -> 1.4
--- lmtp2nntp_msg.h 2002/02/20 15:42:26 1.3
+++ lmtp2nntp_msg.h 2002/05/23 08:35:12 1.4
@@ -51,6 +51,15 @@
l2_channel_t *l2;
} msg_t;
+struct regex_ctx_st;
+typedef struct regex_ctx_st regex_ctx_t;
+struct regex_ctx_st {
+ int nMatch;
+ const char **acpMatch;
+ l2_env_t *l2_env;
+ l2_channel_t *l2;
+};
+
#define WRAPAT 120 /* join wraps header lines when exceeding this value */
#define WRAPUSING "\n " /* join inserts this value when wrapping lines */
|
|