extern int DisableGzip declaration moved to webcit.h
[citadel.git] / webcit / webcit.h
index e80489f22421531fcc802da4f31ffd50c5ee214e..5f6cd89b5e7e0cbf8412eca989e56fae5911d8eb 100644 (file)
@@ -799,6 +799,7 @@ void http_datestring(char *buf, size_t n, time_t xtime);
 #define WC_TIMEFORMAT_24 2
 
 extern int time_to_die;                        /* Nonzero if server is shutting down */
+extern int DisableGzip;
 
 /* 
  * Array type for a blog post.  The first message is the post; the rest are comments