HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / webcit / fmt_date.c
index a93e75f827883860e32e5462733b45774e7d03ba..3289fac0ae4f2af719cfdf6aa4626c6cef49caad 100644 (file)
@@ -44,7 +44,7 @@ size_t wc_strftime(char *s, size_t max, const char *format, const struct tm *tm)
  * \param thetime time to convert to string 
  * \param brief do we want compact view?????
  */
-void fmt_date(char *buf, time_t thetime, int brief)
+void webcit_fmt_date(char *buf, time_t thetime, int brief)
 {
        struct tm tm;
        struct tm today_tm;