X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_encoding.h;h=23a33022ec8c4a2511ef1c6c82cd55e445be011d;hp=9e700a774bc4f0f5689590c940c309926c06d00b;hb=4d708279b6956fc95b253ddc88671fb2f0e5aa39;hpb=7e02de6a69419be97512aad2314bc25180f7555e diff --git a/php_http_encoding.h b/php_http_encoding.h index 9e700a7..23a3302 100644 --- a/php_http_encoding.h +++ b/php_http_encoding.h @@ -15,18 +15,10 @@ #ifndef PHP_HTTP_ENCODING_H #define PHP_HTTP_ENCODING_H -PHP_HTTP_API int php_http_encoding_response_start(size_t content_length, zend_bool ignore_http_ohandler TSRMLS_DC); - extern PHP_MINIT_FUNCTION(http_encoding); extern PHP_RINIT_FUNCTION(http_encoding); extern PHP_RSHUTDOWN_FUNCTION(http_encoding); -typedef enum php_http_encoding_type { - PHP_HTTP_ENCODING_NONE, - PHP_HTTP_ENCODING_GZIP, - PHP_HTTP_ENCODING_DEFLATE, -} php_http_encoding_type_t; - #define PHP_HTTP_INFLATE_ROUNDS 100 #define PHP_HTTP_DEFLATE_BUFFER_SIZE_GUESS(S) \