1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Removed unused lines.

This commit is contained in:
foobar
2001-09-05 01:03:50 +00:00
parent fe0bfa6dbb
commit b54ce06e96

View File

@@ -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 */