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

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

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

/*
 * $Id: genstamp.h 5148 2007-05-08 15:40:16Z ajc $
 *
 */

void datestring(char *buf, size_t n, time_t xtime, int which_format);

enum {
	DATESTRING_RFC822,
	DATESTRING_IMAP
};