You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by or...@apache.org on 2001/04/10 18:57:38 UTC

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,