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;