Changeset 70422 in vbox
- Timestamp:
- Jan 2, 2018 11:25:46 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fs.h
r70417 r70422 641 641 * reordered, so the memory must be writable.) 642 642 */ 643 RT EXITCODERTFsCmdLs(unsigned cArgs, char **papszArgs);643 RTR3DECL(RTEXITCODE) RTFsCmdLs(unsigned cArgs, char **papszArgs); 644 644 645 645 #endif /* IN_RING3 */ -
trunk/src/VBox/Runtime/common/fs/RTFsCmdLs.cpp
r70417 r70422 1386 1386 * reordered, so the memory must be writable.) 1387 1387 */ 1388 RT EXITCODERTFsCmdLs(unsigned cArgs, char **papszArgs)1388 RTR3DECL(RTEXITCODE) RTFsCmdLs(unsigned cArgs, char **papszArgs) 1389 1389 { 1390 1390
Note:
See TracChangeset
for help on using the changeset viewer.