X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=1686e46feaf0be740d38caa0c7541d93b76c9f44;hp=0b65451b49b2d234e097d060601b34409ed1f21e;hb=8d7fee64c740137b693630ad82374c11d1aaa76a;hpb=d9a5eb7f270247c44f4ff78c1f5d03d520e8fec0 diff --git a/php_http.h b/php_http.h index 0b65451..1686e46 100644 --- a/php_http.h +++ b/php_http.h @@ -57,6 +57,7 @@ PHP_FUNCTION(http_send_stream); PHP_FUNCTION(http_chunked_decode); PHP_FUNCTION(http_split_response); PHP_FUNCTION(http_parse_headers); +PHP_FUNCTION(http_get_request_headers); #ifdef HTTP_HAVE_CURL PHP_FUNCTION(http_get); PHP_FUNCTION(http_head);