more places where we can use cm_lengths;
[citadel.git] / citadel / genstamp.h
index 8a654b2efb2639308b5a771d212b4cf50750986b..ffe0d9c015569d64ea76b594253a70079b6baf49 100644 (file)
@@ -1,6 +1,7 @@
-/*
- * $Id$
- *
- */
 
-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
+};