diff options
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 52f41864f0..18fcbbff66 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -100,6 +100,7 @@ typedef struct { struct stat global_stat; char *default_mimetype; char *default_charset; + HashTable *rfc_1867_uploaded_files; } sapi_globals_struct; |