preserve stringlengths when outputting stuff in the imap module
[citadel.git] / citadel / genstamp.h
index 58e32c78d845d7815d4f3ef0f8b7a3657ecf52bf..ffe0d9c015569d64ea76b594253a70079b6baf49 100644 (file)
@@ -1,9 +1,5 @@
-/*
- * $Id$
- *
- */
 
-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,