diff options
-rw-r--r-- | main/rfc1867.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/rfc1867.h b/main/rfc1867.h index ea727e4591..5d93ab4b11 100644 --- a/main/rfc1867.h +++ b/main/rfc1867.h @@ -5,11 +5,8 @@ #define MULTIPART_CONTENT_TYPE "multipart/form-data" -SAPI_API SAPI_POST_READER_FUNC(rfc1867_post_reader); SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler); -#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192 - void destroy_uploaded_files_hash(TSRMLS_D); #endif /* RFC1867_H */ |