]> code.citadel.org Git - citadel.git/blob - citadel/genstamp.h
ctdl_openid_curl_easy_init() is a wrapper around curl_easy_init() that also performs...
[citadel.git] / citadel / genstamp.h
1
2 void datestring(char *buf, size_t n, time_t xtime, int which_format);
3
4 enum {
5         DATESTRING_RFC822,
6         DATESTRING_IMAP
7 };