VirtualBox

Changeset 66575 in vbox


Ignore:
Timestamp:
Apr 14, 2017 1:41:43 PM (7 years ago)
Author:
vboxsync
Message:

iprt: fat + vfs updates.

Location:
trunk/include/iprt
Files:
1 added
1 edited

Legend:

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

    r62473 r66575  
    188188
    189189    /**
    190      * Checks whether a given range in the underlying medium
     190     * Optional entry point to check whether a given range in the underlying medium
    191191     * is in use by the virtual filesystem.
    192192     *
     
    197197     * @param   pfUsed      Where to store whether the given range is in use.
    198198     */
    199     DECLCALLBACKMEMBER(int, pfnIsRangeInUse)(void *pvThis, RTFOFF off, size_t cb,
    200                                              bool *pfUsed);
     199    DECLCALLBACKMEMBER(int, pfnIsRangeInUse)(void *pvThis, RTFOFF off, size_t cb, bool *pfUsed);
    201200
    202201    /** @todo There will be more methods here to optimize opening and
     
    549548     * @sa      RTFileRemove, RTDirRemove, RTSymlinkRemove.
    550549     */
    551     DECLCALLBACKMEMBER(int, pfnUnlinkEntry)(void *pvThis, const char *pszEntry, RTFMODE fType, PRTVFSDIR phVfsDir);
     550    DECLCALLBACKMEMBER(int, pfnUnlinkEntry)(void *pvThis, const char *pszEntry, RTFMODE fType);
    552551
    553552    /**
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