~ubuntu-branches/ubuntu/precise/citadel/precise

1
2
3
4
5
6
7
8
9
10
11
/*
 * $Id$
 *
 */

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

enum {
	DATESTRING_RFC822,
	DATESTRING_IMAP
};