diff options
Diffstat (limited to 'main/rfc1867.h')
| -rw-r--r-- | main/rfc1867.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/rfc1867.h b/main/rfc1867.h deleted file mode 100644 index 0e464760fa..0000000000 --- a/main/rfc1867.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef RFC1867_H -#define RFC1867_H - -#include "SAPI.h" - -#define MULTIPART_CONTENT_TYPE "multipart/form-data" - -SAPI_POST_READER_FUNC(rfc1867_post_reader); -SAPI_POST_HANDLER_FUNC(rfc1867_post_handler); - -#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192 - -void destroy_uploaded_files_hash(TSRMLS_D); - -#endif /* RFC1867_H */ |
