- fix occurrence of PHPSTR_LEN(x) = 0;
[m6w6/ext-http] / php_http_filter_api.h
index d77e97b5a678e081ac39b921a66b03e7cbfc7189..d6783d8f5fb079c5aa1527804956f068db6efe8c 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef PHP_HTTP_FILTER_API_H
 #define PHP_HTTP_FILTER_API_H
 
+php_stream_filter_factory http_filter_factory;
 PHP_MINIT_FUNCTION(http_filter);
 
 #endif