s/qmail 4.3.23
Next generation secure email transport
Loading...
Searching...
No Matches
headerbody.h
Go to the documentation of this file.
1#ifndef HEADERBODY_H
2#define HEADERBODY_H
3
4#include "stralloc.h"
5
6int headerbody(buffer *,void (*)(stralloc *),void (*)(),void (*)(stralloc *)); // semi K/R declaration
7
8#endif
int headerbody(buffer *, void(*)(stralloc *), void(*)(), void(*)(stralloc *))
Definition headerbody.c:21