source:
trunk/src/kernel32/fileio.h@
7029
Last change on this file since 7029 was 6511, checked in by , 24 years ago | |
---|---|
File size: 217 bytes |
Line | |
---|---|
1 | /* $Id: fileio.h,v 1.1 2001-08-10 19:32:27 sandervl Exp $ */ |
2 | |
3 | #ifndef __FILEIO_H__ |
4 | #define __FILEIO_H__ |
5 | |
6 | void DOSFS_Hash( LPCSTR name, LPSTR buffer, BOOL dir_format, |
7 | BOOL ignore_case = TRUE); |
8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.