]> granicus.if.org Git - php/commitdiff
Fix linkage of symbols
authorSascha Schumann <sas@php.net>
Sat, 4 May 2002 17:26:45 +0000 (17:26 +0000)
committerSascha Schumann <sas@php.net>
Sat, 4 May 2002 17:26:45 +0000 (17:26 +0000)
ext/standard/php_fopen_wrappers.h

index 392b88d063974fe6e6bf1edb53fe6d65b78a856f..d06d430d427cefb20623a8ced645482b500486a7 100644 (file)
@@ -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);
-php_stream_wrapper php_stream_http_wrapper;
-php_stream_wrapper php_stream_ftp_wrapper;
-php_stream_wrapper php_stream_php_wrapper;
+extern php_stream_wrapper php_stream_http_wrapper;
+extern php_stream_wrapper php_stream_ftp_wrapper;
+extern php_stream_wrapper php_stream_php_wrapper;
 
 #endif