ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
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
15void hdr_boundary(int last)
16{
17 qmail_puts(&qq,"\n\n--");
19 qmail_puts(&qq,last ? "--\n" : "\n");
20}
void qmail_puts(struct qmail *, const char *)
Definition qmail.c:94
void qmail_put(struct qmail *, const char *, int)
Definition qmail.c:87
charset, outhost, outlocal and flagcd are shared
void hdr_boundary(int last)
#define HASHLEN
Definition idxthread.c:25
char hboundary[HASHLEN]
Definition ezmlm-clean.c:86
struct qmail qq
Definition ezmlm-clean.c:73