You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2002/12/15 21:05:23 UTC

cvs commit: httpd-2.0/include http_core.h

brianp      2002/12/15 12:05:23

  Modified:    include  http_core.h
  Log:
  comment an endif for clarity
  
  Revision  Changes    Path
  1.71      +1 -1      httpd-2.0/include/http_core.h
  
  Index: http_core.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/http_core.h,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- http_core.h	25 Oct 2002 06:52:01 -0000	1.70
  +++ http_core.h	15 Dec 2002 20:05:23 -0000	1.71
  @@ -575,7 +575,7 @@
   AP_CORE_DECLARE(void) ap_add_file_conf(core_dir_config *conf, void *url_config);
   AP_CORE_DECLARE_NONSTD(const char *) ap_limit_section(cmd_parms *cmd, void *dummy, const char *arg);
   
  -#endif
  +#endif /* CORE_PRIVATE */
   
   
   /* ----------------------------------------------------------------------