fix certinfo
[m6w6/ext-http] / php_http_filter_api.h
index d77e97b5a678e081ac39b921a66b03e7cbfc7189..22cda837ed00642869d6d191e230b66048c47d72 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-2007, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
 
 #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
 
 /*