preserve stringlengths when outputting stuff in the imap module
[citadel.git] / citadel / genstamp.h
index 43208d9105caa5a18d4ece8180f1f54ce399bc4c..ffe0d9c015569d64ea76b594253a70079b6baf49 100644 (file)
@@ -1,5 +1,5 @@
 
-void datestring(char *buf, size_t n, time_t xtime, int which_format);
+long datestring(char *buf, size_t n, time_t xtime, int which_format);
 
 enum {
        DATESTRING_RFC822,