From 96bfbc79040d9a1dea092d35ec570b3f7cc6b51b Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 12 Jun 1999 17:50:39 +0000 Subject: First attempt at moving the old RFC1867 support to the right place --- main/SAPI.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/SAPI.c') diff --git a/main/SAPI.c b/main/SAPI.c index bc93cd4738..c0c6fa19bf 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -31,7 +31,7 @@ #endif -static SAPI_POST_READER_FUNC(sapi_read_standard_form_data); +SAPI_POST_READER_FUNC(sapi_read_standard_form_data); #define DEFAULT_POST_CONTENT_TYPE "application/x-www-form-urlencoded" @@ -130,7 +130,7 @@ static void sapi_read_post_data(SLS_D) } -static SAPI_POST_READER_FUNC(sapi_read_standard_form_data) +SAPI_POST_READER_FUNC(sapi_read_standard_form_data) { int read_bytes, total_read_bytes=0; int allocated_bytes=SAPI_POST_BLOCK_SIZE+1; -- cgit v1.2.1