X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_headers.h;h=238efb6bd4cb55daf496374d1c72bd1507b8cdb1;hb=6dec39305b19e86425d30d10bff7fa788d3d83ab;hp=870957467360ee2b9108c7ddff3e650a33ba6ee5;hpb=5e651aa1fe9e5648f80708a01a6291c2aac5ca71;p=m6w6%2Fext-http diff --git a/php_http_headers.h b/php_http_headers.h index 8709574..238efb6 100644 --- a/php_http_headers.h +++ b/php_http_headers.h @@ -24,6 +24,7 @@ PHP_METHOD(HttpHeader, serialize); PHP_METHOD(HttpHeader, unserialize); PHP_METHOD(HttpHeader, match); PHP_METHOD(HttpHeader, negotiate); +PHP_METHOD(HttpHeader, getParams); PHP_METHOD(HttpHeader, parse); PHP_MINIT_FUNCTION(http_header);