The "c_smtpclient_use_starttls" configuration option has been replaced
[citadel.git] / citadel / genstamp.h
index 747fb355cabfc96b70729d212c46ebe6aef4c4f9..ffe0d9c015569d64ea76b594253a70079b6baf49 100644 (file)
@@ -1 +1,7 @@
-void generate_rfc822_datestamp(char *buf, time_t xtime);
+
+long datestring(char *buf, size_t n, time_t xtime, int which_format);
+
+enum {
+       DATESTRING_RFC822,
+       DATESTRING_IMAP
+};