From 2e7c2f8c1d14dab23de8be7efb33d74155d97f71 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Mar 2007 12:17:02 +0000 Subject: [PATCH] - fix proto --- http_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_functions.c b/http_functions.c index 737cce8..2c849c1 100644 --- a/http_functions.c +++ b/http_functions.c @@ -229,7 +229,7 @@ PHP_FUNCTION(http_negotiate_charset) } /* }}} */ -/* {{{ proto string http_negotiate_ctype(array supported[, array &result]) +/* {{{ proto string http_negotiate_content_type(array supported[, array &result]) Negotiate the clients preferred content type. */ PHP_FUNCTION(http_negotiate_content_type) { -- 2.30.2