X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter_api.h;h=d1322a1e1f1ee130b7be55a81a14e77a9afc305b;hp=037a0ee8ab6bcaca75fe8d7ba1d137af4127a1ee;hb=refs%2Fheads%2Fv1.7.x;hpb=fe816730b2c3be90f5a61b80cb4e63b7b303d020 diff --git a/php_http_filter_api.h b/php_http_filter_api.h index 037a0ee..d1322a1 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-2006, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -14,12 +14,12 @@ #ifndef PHP_HTTP_FILTER_API_H #define PHP_HTTP_FILTER_API_H - #ifdef ZEND_ENGINE_2 + extern php_stream_filter_factory http_filter_factory; PHP_MINIT_FUNCTION(http_filter); -#endif +#endif #endif /*