X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter.c;h=b6d967b6f756eb27f62e57920086fabfa5655315;hp=b91b5f49488287f0c7cb584e0e1c98a1f1fb1ea8;hb=refs%2Fheads%2Fv2.4.x;hpb=0b83632b2b0a03eeca090f993259ccd95ab646fb diff --git a/php_http_filter.c b/php_http_filter.c index b91b5f4..b6d967b 100644 --- a/php_http_filter.c +++ b/php_http_filter.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -438,7 +438,7 @@ static php_stream_filter *http_filter_create(const char *name, zval *params, int return f; } -PHP_HTTP_API php_stream_filter_factory php_http_filter_factory = { +php_stream_filter_factory php_http_filter_factory = { http_filter_create };