ezmlmx
0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlmx-0.68
src
hdr_boundary.c
Go to the documentation of this file.
1
#include "
hdr.h
"
2
#include "
qmail.h
"
3
#include "
makehash.h
"
4
#include "
ezmlm.h
"
5
11
12
// struct qmail qq;
13
//extern char hboundary[HASHLEN];
14
15
void
hdr_boundary
(
int
last)
16
{
17
qmail_puts
(&
qq
,
"\n\n--"
);
18
qmail_put
(&
qq
,
hboundary
,
HASHLEN
);
19
qmail_puts
(&
qq
,last ?
"--\n"
:
"\n"
);
20
}
makehash.h
hdr.h
qmail.h
qmail_puts
void qmail_puts(struct qmail *, const char *)
Definition
qmail.c:94
qmail_put
void qmail_put(struct qmail *, const char *, int)
Definition
qmail.c:87
ezmlm.h
charset, outhost, outlocal and flagcd are shared
hdr_boundary
void hdr_boundary(int last)
Definition
hdr_boundary.c:15
HASHLEN
#define HASHLEN
Definition
idxthread.c:25
hboundary
char hboundary[HASHLEN]
Definition
ezmlm-clean.c:86
qq
struct qmail qq
Definition
ezmlm-clean.c:73
Generated on
for ezmlmx by
1.14.0