Codebase list citadel / debian/8.24-1 genstamp.h
debian/8.24-1

Tree @debian/8.24-1 (Download .tar.gz)

genstamp.h @debian/8.24-1raw · history · blame

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

enum {
	DATESTRING_RFC822,
	DATESTRING_IMAP
};