Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 59465 invoked by uid 1134); 1 Feb 2001 05:44:58 -0000 Date: 1 Feb 2001 05:44:58 -0000 Message-ID: <20010201054458.59464.qmail@apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: 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,