* If the user has not selected a time format, make a guess about 12 hour or 24 hour...
[citadel.git] / webcit / webcit.h
index 66456fe42daa98d9c7ce3065d31115f6714d949c..ea9ed2a3aa8397d4bc62e64f3c8e478ea7288c56 100644 (file)
@@ -689,6 +689,7 @@ void tabbed_dialog(int num_tabs, char *tabnames[]);
 void begin_tab(int tabnum, int num_tabs);
 void end_tab(int tabnum, int num_tabs);
 void str_wiki_index(char *s);
+long guess_calhourformat(void);
 int get_time_format_cached (void);
 int xtoi(const char *in, size_t len);
 const char *get_selected_language(void);