![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <unistd.h>
#include "fmt.h"
#include "datetime.h"
#include "stralloc.h"
#include "date822fmt.h"
#include "newfield.h"
Go to the source code of this file.
Functions | |
int | newfield_datemake (datetime_sec when) |
int | newfield_msgidmake (char *idhost, int idhostlen, datetime_sec when) |
Variables | |
stralloc | newfield_date = {0} |
stralloc | newfield_msgid = {0} |
int newfield_datemake | ( | datetime_sec | when | ) |
int newfield_msgidmake | ( | char * | idhost, |
int | idhostlen, | ||
datetime_sec | when | ||
) |
Definition at line 54 of file newfield.c.
stralloc newfield_date = {0} |
Definition at line 9 of file newfield.c.
stralloc newfield_msgid = {0} |
Definition at line 11 of file newfield.c.