]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* webcit.c: fixed a string bug that caused the whole system to not work
[citadel.git] / webcit / webcit.h
index b4cb23bebe33761f560f96e29b9108e48f925498..b35db8e4cecd8e1397679e5d07317f95bd4456e4 100644 (file)
@@ -374,7 +374,7 @@ void display_menubar(int);
 void smart_goto(char *);
 void worker_entry(void);
 void session_loop(struct httprequest *);
-void fmt_date(char *buf, time_t thetime);
+void fmt_date(char *buf, time_t thetime, int brief);
 void fmt_time(char *buf, time_t thetime);
 void httpdate(char *buf, time_t thetime);
 void end_webcit_session(void);