From 7886bc93f60a564702b77650366434341e05d734 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Thu, 19 Jun 2003 23:07:14 +0000 Subject: Win32 build fixes --- ext/curl/php_curl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/curl/php_curl.h') diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 4bdcb79c89..76c91ec1dd 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -131,10 +131,10 @@ void _php_curl_cleanup_handle(php_curl *); /* streams support */ -PHPAPI extern php_stream_ops php_curl_stream_ops; +extern php_stream_ops php_curl_stream_ops; #define PHP_STREAM_IS_CURL &php_curl_stream_ops -PHPAPI php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, +php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); extern php_stream_wrapper php_curl_wrapper; -- cgit v1.2.1