X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_encoding_api.h;h=a87a8c6dfde985ae445e54408042970f1885b879;hp=44fedd8893c28d82ff0c5f6c509e2eb8389bacfb;hb=e7e38363a2e833933519deb5f649d34fd7cc658d;hpb=6be753a288ed7a42e0cd19551d85eb8eb14c4566 diff --git a/php_http_encoding_api.h b/php_http_encoding_api.h index 44fedd8..a87a8c6 100644 --- a/php_http_encoding_api.h +++ b/php_http_encoding_api.h @@ -1,16 +1,13 @@ /* - +----------------------------------------------------------------------+ - | PECL :: http | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, that | - | is bundled with this package in the file LICENSE, and is available | - | through the world-wide-web at http://www.php.net/license/3_0.txt. | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Copyright (c) 2004-2005 Michael Wallner | - +----------------------------------------------------------------------+ + +--------------------------------------------------------------------+ + | PECL :: http | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted provided that the conditions mentioned | + | in the accompanying LICENSE file are met. | + +--------------------------------------------------------------------+ + | Copyright (c) 2004-2005, Michael Wallner | + +--------------------------------------------------------------------+ */ /* $Id$ */ @@ -56,7 +53,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;