s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
newfield.c File Reference
#include <unistd.h>
#include "fmt.h"
#include "datetime.h"
#include "stralloc.h"
#include "date822fmt.h"
#include "newfield.h"
Include dependency graph for newfield.c:

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}

Function Documentation

◆ newfield_datemake()

int newfield_datemake ( datetime_sec when)

Definition at line 47 of file newfield.c.

Here is the caller graph for this function:

◆ newfield_msgidmake()

int newfield_msgidmake ( char * idhost,
int idhostlen,
datetime_sec when )

Definition at line 54 of file newfield.c.

Variable Documentation

◆ newfield_date

stralloc newfield_date = {0}

Definition at line 9 of file newfield.c.

◆ newfield_msgid

stralloc newfield_msgid = {0}

Definition at line 11 of file newfield.c.