- include everything in http.c
[m6w6/ext-http] / php_http_filter_api.h
index e94ba4b9b0303f757a72cfddd55f639449fce493..22cda837ed00642869d6d191e230b66048c47d72 100644 (file)
 
 #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
 
 /*