removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / genstamp.h
index ce8e0f9f6685b246e6482c9a9546127f3e83deeb..58e32c78d845d7815d4f3ef0f8b7a3657ecf52bf 100644 (file)
@@ -3,7 +3,7 @@
  *
  */
 
-void datestring(char *buf, time_t xtime, int which_format);
+void datestring(char *buf, size_t n, time_t xtime, int which_format);
 
 enum {
        DATESTRING_RFC822,