You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@apache.org on 2001/02/05 04:31:43 UTC

cvs commit: httpd-2.0/include http_protocol.h

dougm       01/02/04 19:31:43

  Modified:    include  http_protocol.h
  Log:
  s/l/r/ in ap_send_http_header protototype
  
  Revision  Changes    Path
  1.51      +3 -3      httpd-2.0/include/http_protocol.h
  
  Index: http_protocol.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/http_protocol.h,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- http_protocol.h	2001/02/04 03:00:15	1.50
  +++ http_protocol.h	2001/02/05 03:31:43	1.51
  @@ -98,10 +98,10 @@
   
   /**
    * 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 */