You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Sutton <pc...@hyperreal.org> on 1997/09/12 11:06:45 UTC

cvs commit: apachen/src/os/win32 os.h

pcs         97/09/12 02:06:44

  Modified:    src/os/win32 os.h
  Log:
  Forgot to update the prototype when chaging from ap_* to os_*
  
  Revision  Changes    Path
  1.2       +1 -1      apachen/src/os/win32/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/os/win32/os.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- os.h	1997/09/12 08:03:50	1.1
  +++ os.h	1997/09/12 09:06:43	1.2
  @@ -70,4 +70,4 @@
   /* Unknown system - Edit these to match */
   
   
  -API_EXPORT(int)ap_is_path_absolute(char *f);
  +API_EXPORT(int)os_is_path_absolute(char *f);