summaryrefslogtreecommitdiff
path: root/src/include/newfield.h
blob: 8cfed4c46840a5b770d9fbfa43570dfdbb0e9ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef NEWFIELD_H
#define NEWFIELD_H

#include "stralloc.h"

#include "datetime.h"

extern stralloc newfield_date;
extern int newfield_datemake(datetime_sec when);

extern stralloc newfield_msgid;
extern int newfield_msgidmake(char *idhost, int idhostlen, datetime_sec when);

#endif