fix a bug introduced in a8bb950b3da00b7933912c27e2ad92814b10d75b ; we want to set...
[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 };