VirtualBox

Changeset 70422 in vbox


Ignore:
Timestamp:
Jan 2, 2018 11:25:46 AM (7 years ago)
Author:
vboxsync
Message:

IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, leaving a main wrapper behind. Want to use it in VBoxControl for debugging purposes. [build fix]

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/fs.h

    r70417 r70422  
    641641 *                              reordered, so the memory must be writable.)
    642642 */
    643 RTEXITCODE RTFsCmdLs(unsigned cArgs, char **papszArgs);
     643RTR3DECL(RTEXITCODE) RTFsCmdLs(unsigned cArgs, char **papszArgs);
    644644
    645645#endif /* IN_RING3 */
  • trunk/src/VBox/Runtime/common/fs/RTFsCmdLs.cpp

    r70417 r70422  
    13861386 *                              reordered, so the memory must be writable.)
    13871387 */
    1388 RTEXITCODE RTFsCmdLs(unsigned cArgs, char **papszArgs)
     1388RTR3DECL(RTEXITCODE) RTFsCmdLs(unsigned cArgs, char **papszArgs)
    13891389{
    13901390
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette