summaryrefslogtreecommitdiff
path: root/main/php_content_types.h
blob: 429d9a750224e2d7d9fc2aef230479c8b77d4661 (plain)
1
2
3
4
5
6
7
#ifndef _PHP_CONTENT_TYPES_H
#define _PHP_CONTENT_TYPES_H

SAPI_POST_READER_FUNC(php_default_post_reader);
int php_startup_SAPI_content_types(void);

#endif /* _PHP_CONTENT_TYPES_H */