Changeset 59746 in vbox for trunk/include/iprt/sg.h
- Timestamp:
- Feb 19, 2016 11:04:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/sg.h
r59745 r59746 155 155 * 156 156 */ 157 RTDECL(int) RTSgBufCmpEx(PRTSGBUF pSgBuf1, PRTSGBUF pSgBuf2, size_t cbCmp, 158 size_t *pcbOff, bool fAdvance); 157 RTDECL(int) RTSgBufCmpEx(PRTSGBUF pSgBuf1, PRTSGBUF pSgBuf2, size_t cbCmp, size_t *poffDiff, bool fAdvance); 159 158 160 159 /**
Note:
See TracChangeset
for help on using the changeset viewer.