X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter.h;h=21fe4db8d8d6e2b45bf5c7eaccb8e068a4d91fcb;hp=4ba7ad33543826b275a2d012df2f23d102bede0a;hb=046973e332c1475f9bf7717af9d33a75283deb37;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405 diff --git a/php_http_filter.h b/php_http_filter.h index 4ba7ad3..21fe4db 100644 --- a/php_http_filter.h +++ b/php_http_filter.h @@ -6,14 +6,14 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ #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