From: Doug MacEachern Date: Mon, 5 Feb 2001 03:31:43 +0000 (+0000) Subject: s/l/r/ in ap_send_http_header protototype X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f486b708599bda0054fa02aea92ad97faa84959c;p=apache 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 --- 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 */