From 32b10882e5407d9d75495892c87f32a7573eded5 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 22 Oct 2000 19:50:05 +0000 Subject: [PATCH] Need a global server filter for the Apache 2.0 module --- main/SAPI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/SAPI.h b/main/SAPI.h index 918912b7170..c8e8562ed9a 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -102,6 +102,7 @@ typedef struct { char *default_charset; HashTable *rfc1867_uploaded_files; long post_max_size; + void *server_filter; } sapi_globals_struct;