Codebase list citadel / HEAD genstamp.h
HEAD

Tree @HEAD (Download .tar.gz)

genstamp.h @HEADraw · history · blame

1
2
3
4
5
6
long datestring(char *buf, size_t n, time_t xtime, int which_format);

enum {
	DATESTRING_RFC822,
	DATESTRING_IMAP
};