diff options
author | Edin Kadribasic <edink@php.net> | 2003-06-19 23:07:14 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-06-19 23:07:14 +0000 |
commit | 7886bc93f60a564702b77650366434341e05d734 (patch) | |
tree | 2e8d2037a6aad02cd3db8888ca89a94f9e1d3c1a /ext/curl/php_curl.h | |
parent | 496d17b98da34b13734e686ed387592a824b846b (diff) | |
download | php-git-7886bc93f60a564702b77650366434341e05d734.tar.gz |
Win32 build fixes
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; |