You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/20 22:42:31 UTC

cvs commit: httpd-2.0/modules/http mod_core.h

wrowe       01/08/20 13:42:31

  Modified:    modules/http mod_core.h
  Log:
    Just chasing nits
  
  Revision  Changes    Path
  1.15      +9 -0      httpd-2.0/modules/http/mod_core.h
  
  Index: mod_core.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/http/mod_core.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_core.h	2001/08/07 16:19:02	1.14
  +++ mod_core.h	2001/08/20 20:42:31	1.15
  @@ -91,7 +91,16 @@
    */
   AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb);
    
  +/**
  + * XXX NEED DOC
  + * @param r The current request
  + */
   AP_DECLARE(int) ap_send_http_trace(request_rec *r);
  +
  +/**
  + * XXX NEED DOC
  + * @param r The current request
  + */
   AP_DECLARE(int) ap_send_http_options(request_rec *r);
   
   #ifdef __cplusplus