release 2.4.0
[m6w6/ext-http] / php_http_filter.h
index c8cb37dff60748117d03bec9a435b27e6761855d..21fe4db8d8d6e2b45bf5c7eaccb8e068a4d91fcb 100644 (file)
@@ -6,16 +6,14 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2010, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2014, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
-/* $Id: php_http_filter_api.h 292841 2009-12-31 08:48:57Z mike $ */
-
 #ifndef PHP_HTTP_FILTER_H
 #define PHP_HTTP_FILTER_H
 
-extern php_stream_filter_factory php_http_filter_factory;
+PHP_HTTP_API php_stream_filter_factory php_http_filter_factory;
 PHP_MINIT_FUNCTION(http_filter);
 
 #endif