Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 50654 invoked by uid 500); 10 Apr 2001 16:57:39 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 50611 invoked by uid 500); 10 Apr 2001 16:57:38 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 10 Apr 2001 16:57:38 -0000 Message-ID: <20010410165738.50597.qmail@apache.org> From: orlikowski@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include http_log.h orlikowski 01/04/10 09:57:38 Modified: include http_log.h Log: Small docco fixes. Revision Changes Path 1.27 +2 -2 httpd-2.0/include/http_log.h Index: http_log.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/http_log.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- http_log.h 2001/03/24 06:43:19 1.26 +++ http_log.h 2001/04/10 16:57:37 1.27 @@ -177,7 +177,7 @@ * 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_error(const char *file, int line, int level, apr_status_t status, apr_pool_t *p, const char *fmt, ...) + * @deffunc void ap_log_perror(const char *file, int line, int level, apr_status_t status, apr_pool_t *p, const char *fmt, ...) */ AP_DECLARE(void) ap_log_perror(const char *file, int line, int level, apr_status_t status, apr_pool_t *p, @@ -201,7 +201,7 @@ * 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_error(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 *s, const char *fmt, ...) */ AP_DECLARE(void) ap_log_rerror(const char *file, int line, int level, apr_status_t status, const request_rec *s,