Changeset 14063 for trunk/include/iprt/dir.h
- Timestamp:
- 11/11/08 00:23:17 (2 months ago)
- Files:
-
- trunk/include/iprt/dir.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

