]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
All month names and weekday names are now sourced from localized strings.
[citadel.git] / webcit / webcit.h
index 00c6f1ce28d431462a641af9c7cadb3a10a9630f..c2592974bda834a75bc2d3ce53df87e1aaf18603 100644 (file)
@@ -709,10 +709,15 @@ void utf8ify_rfc822_string(char *buf);
 void begin_burst(void);
 void end_burst(void);
 
-extern char *ascmonths[];
-extern char *hourname[];
+extern char *ascmonths[];      /**< Short (three letter) month names */
+extern char *months[];         /**< Long (full) month names */
+extern char *hourname[];       /**< Names of hours (12am, 1am, etc.) */
+extern char *wdays[];          /**< Days of the week */
+
+void initialize_months_and_days(void);
 void http_datestring(char *buf, size_t n, time_t xtime);
 
+
 /* Views (from citadel.h) */
 #define        VIEW_BBS                0       /* Traditional Citadel BBS view */
 #define VIEW_MAILBOX           1       /* Mailbox summary */