Removed test_binary_compatibility() from ctdlvisor.c because we don't do it that...
[citadel.git] / citadel / genstamp.h
index ce8e0f9f6685b246e6482c9a9546127f3e83deeb..ffe0d9c015569d64ea76b594253a70079b6baf49 100644 (file)
@@ -1,9 +1,5 @@
-/*
- * $Id$
- *
- */
 
-void datestring(char *buf, time_t xtime, int which_format);
+long datestring(char *buf, size_t n, time_t xtime, int which_format);
 
 enum {
        DATESTRING_RFC822,