X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter.h;h=4b4806d3be99536c98add77183a49b2e93053b14;hp=c8cb37dff60748117d03bec9a435b27e6761855d;hb=7566d9549758b56d37b86473feb16248378744e0;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_filter.h b/php_http_filter.h index c8cb37d..4b4806d 100644 --- a/php_http_filter.h +++ b/php_http_filter.h @@ -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 | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $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