]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Detect when the client browser is capable of gzip encoding
[citadel.git] / webcit / webcit.c
index 47b909a78e60f2b0f4e8f74905443ee0274eafea..46623d1dafbd7630d76ee4b42e553011f4631808 100644 (file)
@@ -768,7 +768,7 @@ void upload_handler(char *name, char *filename, char *partnum, char *disp,
 /*
  * Entry point for WebCit transaction
  */
-void session_loop(struct httprequest *req)
+void session_loop(struct httprequest *req, int gzip)
 {
        char cmd[SIZ];
        char action[SIZ];