X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_filter_api.c;h=dcc71867ed444648c0d09f53e34ff35507882474;hp=f7e99ec3a12c13bd488bc13468a62e55c37c1f5a;hb=c7b95b4b19bbde93d3f142c5653ad5b68229cfcd;hpb=32e91737086db53bb1fd9ed9f79d693c43ec459f diff --git a/http_filter_api.c b/http_filter_api.c index f7e99ec..dcc7186 100644 --- a/http_filter_api.c +++ b/http_filter_api.c @@ -12,10 +12,6 @@ /* $Id$ */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #define HTTP_WANT_ZLIB #include "php_http.h" @@ -78,7 +74,7 @@ PHP_MINIT_FUNCTION(http_filter) php_stream_bucket_append(buckets_out, __buck TSRMLS_CC); \ } -typedef struct { +typedef struct _http_chunked_decode_filter_buffer_t { phpstr buffer; ulong hexlen; } HTTP_FILTER_BUFFER(chunked_decode);