You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/02/01 06:44:58 UTC

cvs commit: apr/include/arch/win32 fileio.h

wrowe       01/01/31 21:44:58

  Modified:    include/arch/win32 fileio.h
  Log:
    Keep expecting header updates to fly with the source branch :-/
  
  Revision  Changes    Path
  1.45      +4 -0      apr/include/arch/win32/fileio.h
  
  Index: fileio.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/fileio.h,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- fileio.h	2001/01/29 06:21:39	1.44
  +++ fileio.h	2001/02/01 05:44:57	1.45
  @@ -143,6 +143,10 @@
   /* Sneak the Readonly bit through finfo->protection for internal use _only_ */
   #define APR_FREADONLY 0x10000000 
   
  +/* Private function for apr_stat/lstat/getfileinfo/dir_read */
  +void fillin_fileinfo(apr_finfo_t *finfo, WIN32_FILE_ATTRIBUTE_DATA *wininfo, 
  +                     int byhandle);
  +
   /* Private function that extends apr_stat/lstat/getfileinfo/dir_read */
   apr_status_t more_finfo(apr_finfo_t *finfo, const void *ufile, 
                           apr_int32_t wanted, int whatfile,