]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Detect when the client browser is capable of gzip encoding
[citadel.git] / webcit / webcit.h
index a7c8363cb5391af325915135b87bdbc46ba84264..a442b725e810e958937c5bf8cb595609f4382583 100644 (file)
@@ -285,7 +285,7 @@ void display_menubar(int);
 void embed_room_banner(char *);
 void smart_goto(char *);
 void worker_entry(void);
-void session_loop(struct httprequest *);
+void session_loop(struct httprequest *, int gzip);
 void fmt_date(char *buf, time_t thetime);
 void httpdate(char *buf, time_t thetime);
 void end_webcit_session(void);