Changeset 14063 in vbox for trunk/include
- Timestamp:
- Nov 10, 2008 11:23:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r12341 r14063 253 253 * The value is unchanged in all other cases. 254 254 */ 255 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, unsigned*pcbDirEntry);255 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry); 256 256 257 257 /** … … 283 283 * Use RTFSOBJATTRADD_NOTHING if this doesn't matter. 284 284 */ 285 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, unsigned*pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs);285 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs); 286 286 287 287
Note:
See TracChangeset
for help on using the changeset viewer.