X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_headers.h;h=870957467360ee2b9108c7ddff3e650a33ba6ee5;hb=cd4b861addec695f3b7d78c5184294c34c5ab732;hp=0d67f127d1fa7d6c9b39de8b65a7002970bc89d3;hpb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;p=m6w6%2Fext-http diff --git a/php_http_headers.h b/php_http_headers.h index 0d67f12..8709574 100644 --- a/php_http_headers.h +++ b/php_http_headers.h @@ -23,6 +23,8 @@ PHP_METHOD(HttpHeader, __construct); PHP_METHOD(HttpHeader, serialize); PHP_METHOD(HttpHeader, unserialize); PHP_METHOD(HttpHeader, match); +PHP_METHOD(HttpHeader, negotiate); +PHP_METHOD(HttpHeader, parse); PHP_MINIT_FUNCTION(http_header);