- simplify
[m6w6/ext-http] / php_http_filter_api.h
index 726ac043fc77e0f28fbaf3ac423b4ae6c7f4518d..037a0ee8ab6bcaca75fe8d7ba1d137af4127a1ee 100644 (file)
@@ -6,7 +6,7 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2005, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -16,7 +16,7 @@
 #define PHP_HTTP_FILTER_API_H
 
 #ifdef ZEND_ENGINE_2
-php_stream_filter_factory http_filter_factory;
+extern php_stream_filter_factory http_filter_factory;
 PHP_MINIT_FUNCTION(http_filter);
 #endif