add a blacklist of mimetypes which we won't gzip compress on the way out.
[citadel.git] / webcit / webcit.h
index 7f8ba7c14c6d1cff68e9c6414cdae36d6bd23f49..bab66fd0c59695d0ce6471cc7491d612a7853516 100644 (file)
@@ -581,6 +581,7 @@ void InitialiseSemaphores(void);
 void begin_critical_section(int which_one);
 void end_critical_section(int which_one);
 
+void CheckGZipCompressionAllowed(const char *MimeType, long MLen);
 
 extern void do_404(void);
 void http_redirect(const char *);