Date picker is now localized to the currently selected
[citadel.git] / webcit / webcit.h
index 9c1a0583bbea768c25684c0618d3a94e6f6b5612..06a2e66b2f8a7b63be52c944707e33752edd2e62 100644 (file)
@@ -824,6 +824,7 @@ void end_tab(int tabnum, int num_tabs);
 void str_wiki_index(char *s);
 int get_time_format_cached (void);
 int xtoi(const char *in, size_t len);
+const char *get_selected_language(void);
 void webcit_fmt_date(char *buf, time_t thetime, int brief);
 int fetch_http(char *url, char *target_buf, int maxbytes);