Changeset 44278 in vbox for trunk/include/iprt
- Timestamp:
- Jan 13, 2013 8:52:34 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83177
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r44241 r44278 918 918 # define RTPathRealDup RT_MANGLER(RTPathRealDup) 919 919 # define RTPathRename RT_MANGLER(RTPathRename) 920 # define RTPathRmCmd RT_MANGLER(RTPathRmCmd) 920 921 # define RTPathSetCurrent RT_MANGLER(RTPathSetCurrent) 921 922 # define RTPathSetMode RT_MANGLER(RTPathSetMode) /* not-win */ -
trunk/include/iprt/path.h
r40980 r44278 933 933 RTR3DECL(int) RTPathUnlink(const char *pszPath, uint32_t fUnlink); 934 934 935 /** 936 * A /bin/rm tool. 937 * 938 * @returns Program exit code. 939 * 940 * @param cArgs The number of arguments. 941 * @param papszArgs The argument vector. (Note that this may be 942 * reordered, so the memory must be writable.) 943 */ 944 RTDECL(RTEXITCODE) RTPathRmCmd(unsigned cArgs, char **papszArgs); 945 935 946 #endif /* IN_RING3 */ 936 947
Note:
See TracChangeset
for help on using the changeset viewer.