From fe309da4f1ecd7f7e126a02da7b86eaad7e807bf Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 5 Feb 2001 03:31:43 +0000 Subject: [PATCH] s/l/r/ in ap_send_http_header protototype git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87979 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/http_protocol.h b/include/http_protocol.h index 8071e91a43..e6464904da 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -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 */ -- 2.40.0