php-src/main/rfc1867.h
2001-09-05 01:03:50 +00:00

13 lines
234 B
C

#ifndef RFC1867_H
#define RFC1867_H
#include "SAPI.h"
#define MULTIPART_CONTENT_TYPE "multipart/form-data"
SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler);
void destroy_uploaded_files_hash(TSRMLS_D);
#endif /* RFC1867_H */