]> granicus.if.org Git - apache/commitdiff
Fix comments
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Jul 2002 19:53:04 +0000 (19:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Jul 2002 19:53:04 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96018 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 211775396cc0b1b957a6e0b4639b5f7f211fea52..cb0e42e6ce7a8ce6a85b918ea3e2da4c6f226b1c 100644 (file)
@@ -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);