summaryrefslogtreecommitdiff
path: root/ext/standard/php_fopen_wrappers.h
diff options
context:
space:
mode:
authorAlex Waugh <alexwaugh@php.net>2003-03-23 21:58:03 +0000
committerAlex Waugh <alexwaugh@php.net>2003-03-23 21:58:03 +0000
commitd403ed4bc39f13eca6825723d6259cf526c4ea0c (patch)
treeb3f4c9203bfc0fbde18ef36e89b36960b663c61c /ext/standard/php_fopen_wrappers.h
parenteba65486ad00b271d2044f7392a22c10b1e688ba (diff)
downloadphp-git-d403ed4bc39f13eca6825723d6259cf526c4ea0c.tar.gz
Fix linkage of symbols.
Diffstat (limited to 'ext/standard/php_fopen_wrappers.h')
-rw-r--r--ext/standard/php_fopen_wrappers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_fopen_wrappers.h b/ext/standard/php_fopen_wrappers.h
index 5446ac9971..d3769b4970 100644
--- a/ext/standard/php_fopen_wrappers.h
+++ b/ext/standard/php_fopen_wrappers.h
@@ -25,8 +25,8 @@
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
-PHPAPI php_stream_wrapper php_stream_http_wrapper;
-PHPAPI php_stream_wrapper php_stream_ftp_wrapper;
+extern PHPAPI php_stream_wrapper php_stream_http_wrapper;
+extern PHPAPI php_stream_wrapper php_stream_ftp_wrapper;
extern php_stream_wrapper php_stream_php_wrapper;
#endif