ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlm.h
Go to the documentation of this file.
1#ifndef EZMLM_H
2#define EZMLM_H
3
4#include "stralloc.h"
5#include "qmail.h"
6
14
15#define HASHLEN 20
16
17extern char flagcd;
18extern stralloc charset;
19extern stralloc outhost;
20extern stralloc outlocal;
21extern stralloc listno;
22
23extern struct qmail qq;
24
25extern char hboundary[HASHLEN];
26
27#endif
stralloc listno
Definition ezmlm-get.c:78
const char * charset
Definition ezmlm-cgi.c:110
#define HASHLEN
Definition idxthread.c:25
char hboundary[HASHLEN]
Definition ezmlm-clean.c:86
char flagcd
Definition ezmlm-clean.c:59
struct qmail qq
Definition ezmlm-clean.c:73
Definition qmail.h:10