]> granicus.if.org Git - apache/commitdiff
s/l/r/ in ap_send_http_header protototype
authorDoug MacEachern <dougm@apache.org>
Mon, 5 Feb 2001 03:31:43 +0000 (03:31 +0000)
committerDoug MacEachern <dougm@apache.org>
Mon, 5 Feb 2001 03:31:43 +0000 (03:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87979 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 8071e91a43e26bf5a7132a01531245940eb73e78..e6464904da1b45903392edcf6dcc5e20b04c5210 100644 (file)
@@ -98,10 +98,10 @@ AP_DECLARE(void) ap_basic_http_header(request_rec *r, char *buf);
 
 /**
  * Send the Status-Line and header fields for HTTP response
- * @param l The current request
- * @deffunc void ap_send_http_header(request_rec *l)
+ * @param r The current request
+ * @deffunc void ap_send_http_header(request_rec *r)
  */
-AP_DECLARE(void) ap_send_http_header(request_rec *l);
+AP_DECLARE(void) ap_send_http_header(request_rec *r);
 
 /* Send the response to special method requests */