From: Michael Wallner Date: Tue, 27 Mar 2007 12:17:02 +0000 (+0000) Subject: - fix proto X-Git-Tag: RELEASE_1_5_3~14 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=2e7c2f8c1d14dab23de8be7efb33d74155d97f71 - fix proto --- 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) {