]> code.citadel.org Git - citadel.git/blob - citadel/genstamp.h
ctdluid is now specified on the command line with the new -u option. Config file...
[citadel.git] / citadel / genstamp.h
1
2 long datestring(char *buf, size_t n, time_t xtime, int which_format);
3
4 enum {
5         DATESTRING_RFC822,
6         DATESTRING_IMAP
7 };