ossp-pkg/lmtp2nntp/lmtp2nntp_msg.c 1.10 -> 1.11
--- lmtp2nntp_msg.c 2002/04/25 09:14:28 1.10
+++ lmtp2nntp_msg.c 2002/05/23 08:35:12 1.11
@@ -532,15 +532,6 @@
return (headerdata_t *)hdNew;
}
-struct regex_ctx_st; //FIXME go into a header!
-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;
-};
-
static var_rc_t regex_lookup(
var_t *var, void *_ctx,
const char *var_ptr, size_t var_len, int var_idx,
|
|