From: William A. Rowe Jr Date: Thu, 11 Jul 2002 19:53:04 +0000 (+0000) Subject: Fix comments X-Git-Tag: 2.0.40~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19108b12abd3b4face94ff52d08a723fab3df5b6;p=thirdparty%2Fapache%2Fhttpd.git 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 211775396cc..cb0e42e6ce7 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);