X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=d6ac71abcf4db293e40cde168beabde5c0ed4767;hp=cf955a84040c933ec8f0bb673dec90c77eab2a9a;hb=68a779badeace396e3a86caf9cb86b7e70ff636a;hpb=f778b367166bb5fc34a9a1807a8a50835a4a262c diff --git a/php_http.h b/php_http.h index cf955a8..d6ac71a 100644 --- a/php_http.h +++ b/php_http.h @@ -56,6 +56,7 @@ PHP_FUNCTION(http_send_file); PHP_FUNCTION(http_send_stream); PHP_FUNCTION(http_chunked_decode); PHP_FUNCTION(http_split_response); +PHP_FUNCTION(http_parse_header); #ifdef HTTP_HAVE_CURL PHP_FUNCTION(http_get); PHP_FUNCTION(http_head);