* rename http_parse_header to http_parse_headers
[m6w6/ext-http] / php_http.h
index d6ac71abcf4db293e40cde168beabde5c0ed4767..b1ecf95d868789c406da437f1a2989dbfc3f22d4 100644 (file)
@@ -56,7 +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);
+PHP_FUNCTION(http_parse_headers);
 #ifdef HTTP_HAVE_CURL
 PHP_FUNCTION(http_get);
 PHP_FUNCTION(http_head);