X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;fp=webcit%2Fwebcit.h;h=bab66fd0c59695d0ce6471cc7491d612a7853516;hp=7f8ba7c14c6d1cff68e9c6414cdae36d6bd23f49;hb=c82a9b990b775ffd78b18925dbc00c7bb06e0a24;hpb=c5f1c8a65299a8df4c66d11440afc753580ed7f1 diff --git a/webcit/webcit.h b/webcit/webcit.h index 7f8ba7c14..bab66fd0c 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 *);