X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter_api.h;h=22cda837ed00642869d6d191e230b66048c47d72;hp=726ac043fc77e0f28fbaf3ac423b4ae6c7f4518d;hb=bcd8a695c6dfc8463596cf97d886e32eec959417;hpb=09c63e9aa5d552e91db75dcf5bc64ba33923348f diff --git a/php_http_filter_api.h b/php_http_filter_api.h index 726ac04..22cda83 100644 --- a/php_http_filter_api.h +++ b/php_http_filter_api.h @@ -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 | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -14,12 +14,12 @@ #ifndef PHP_HTTP_FILTER_API_H #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 +#endif #endif /*