summaryrefslogtreecommitdiff
path: root/main/rfc1867.h
blob: 40b8fd580ef666a7e7598fd6fcb4a2b55c364015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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);
void php_rfc1867_register_constants(TSRMLS_D);

#endif /* RFC1867_H */