Commit f486b708 authored by Doug MacEachern's avatar Doug MacEachern
Browse files

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
parent 5d1f7fb7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 */