summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-07-11 19:53:04 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-07-11 19:53:04 +0000
commit19108b12abd3b4face94ff52d08a723fab3df5b6 (patch)
tree3ab3a4407f7b6ff8f902e6e2e9e4eab2f5c529ea /include/http_protocol.h
parent4d76f832bb6620978d80c9bf261fbf357c3a09d9 (diff)
downloadhttpd-19108b12abd3b4face94ff52d08a723fab3df5b6.tar.gz
Fix comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_protocol.h')
-rw-r--r--include/http_protocol.h7
1 files changed, 3 insertions, 4 deletions
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);