Codebase list citadel / debian/902-2 genstamp.h
debian/902-2

Tree @debian/902-2 (Download .tar.gz)

genstamp.h @debian/902-2raw · 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
};