summaryrefslogtreecommitdiffstats
path: root/include/http_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_log.h')
-rw-r--r--include/http_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_log.h b/include/http_log.h
index ed610ae286..71d50a3e50 100644
--- a/include/http_log.h
+++ b/include/http_log.h
@@ -201,10 +201,10 @@ AP_DECLARE(void) ap_log_perror(const char *file, int line, int level,
* denial-of-service attack and other messy behavior. Instead, use a
* simple format string like "%s", followed by the string containing the
* untrusted data.
- * @deffunc void ap_log_rerror(const char *file, int line, int level, apr_status_t status, request_rec *s, const char *fmt, ...)
+ * @deffunc void ap_log_rerror(const char *file, int line, int level, apr_status_t status, request_rec *r, const char *fmt, ...)
*/
AP_DECLARE(void) ap_log_rerror(const char *file, int line, int level,
- apr_status_t status, const request_rec *s,
+ apr_status_t status, const request_rec *r,
const char *fmt, ...)
__attribute__((format(printf,6,7)));