VirtualBox

Changeset 44250 in vbox for trunk/include


Ignore:
Timestamp:
Jan 8, 2013 1:20:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83110
Message:

Runtime/sg.cpp: void * -> const void * in RTSgBufCopyFromBuf

File:
1 edited

Legend:

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

    r44241 r44250  
    188188 * @returns Number of bytes copied.
    189189 * @param   pSgBuf       The S/G buffer to copy to.
    190  * @param   pvBuf        Buffer to copy the data into.
     190 * @param   pvBuf        Buffer to copy the data from.
    191191 * @param   cbCopy       How many bytes to copy.
    192192 *
    193193 * @note This operation advances the internal buffer pointer of the S/G buffer.
    194194 */
    195 RTDECL(size_t) RTSgBufCopyFromBuf(PRTSGBUF pSgBuf, void *pvBuf, size_t cbCopy);
     195RTDECL(size_t) RTSgBufCopyFromBuf(PRTSGBUF pSgBuf, const void *pvBuf, size_t cbCopy);
    196196
    197197/**
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