From: William A. Rowe Jr Date: Thu, 11 Jul 2002 19:53:04 +0000 (+0000) Subject: Fix comments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ed4bcf74d3c6894ef834b0209ee763041cccefa;p=apache Fix comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96018 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 211775396c..cb0e42e6ce 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -347,12 +347,11 @@ AP_DECLARE(void) ap_clear_method_list(ap_method_list_t *l); /** * Set the content type for this request (r->content_type). - * Note: - * This function must be called to set r->content_type in order - * for the AddOutputFilterByType directive to work correctly. * @param r The current request - * @param length The new content type + * @param ct The new content type * @deffunc void ap_set_content_type(request_rec *r, const char* ct) + * @warning This function must be called to set r->content_type in order + * for the AddOutputFilterByType directive to work correctly. */ AP_DECLARE(void) ap_set_content_type(request_rec *r, const char *ct);