X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_encoding_api.h;h=bc3e7da6504d050270b83fe6176422ea6fec6a03;hp=c26f2f4720f704c9dce08e8a7d4fe026e55c775c;hb=edc84b40eb2c5be04492fa98fec5833a030782eb;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c diff --git a/php_http_encoding_api.h b/php_http_encoding_api.h index c26f2f4..bc3e7da 100644 --- a/php_http_encoding_api.h +++ b/php_http_encoding_api.h @@ -15,10 +15,7 @@ #ifndef PHP_HTTP_ENCODING_API_H #define PHP_HTTP_ENCODING_API_H -#include "php_http_std_defs.h" - #ifdef HTTP_HAVE_ZLIB -# include "phpstr/phpstr.h" # include #endif @@ -53,7 +50,7 @@ PHP_HTTP_API STATUS _http_decode(http_encoding_type type, const char *data, size typedef struct { z_stream Z; int gzip; - unsigned long crc; + ulong crc; phpstr *storage; } http_encoding_stream;