diff options
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |