summaryrefslogtreecommitdiff
path: root/main/php_content_types.c
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-08-15 18:01:48 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-08-15 18:01:48 +0000
commit0dab84d065179d69edca3c4186742a7eac4af75b (patch)
tree2050d47469a8e1513970a322f53057ed32e40249 /main/php_content_types.c
parentdb33d810f3e88587bf3f5850f32602ea1df3d72d (diff)
downloadphp-git-0dab84d065179d69edca3c4186742a7eac4af75b.tar.gz
fix SAPI_POST_* exports
Diffstat (limited to 'main/php_content_types.c')
-rw-r--r--main/php_content_types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_content_types.c b/main/php_content_types.c
index aaa06e34a0..5ea6079375 100644
--- a/main/php_content_types.c
+++ b/main/php_content_types.c
@@ -35,7 +35,7 @@ static sapi_post_entry php_post_entries[] = {
/* {{{ SAPI_POST_READER_FUNC
*/
-SAPI_POST_READER_FUNC(php_default_post_reader)
+SAPI_API SAPI_POST_READER_FUNC(php_default_post_reader)
{
char *data;