VirtualBox

Changeset 100468 in vbox for trunk/include


Ignore:
Timestamp:
Jul 10, 2023 2:54:56 PM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Renamed shClConvertFileCreateFlags() -> ShClTransferConvertFileCreateFlags() and moved ShClTransferConvertFileCreateFlags() + ShClTransferResolvePathAbs() to the generic transfers module [build fix]. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-transfers.h

    r100467 r100468  
    12591259const char *ShClTransferStatusToStr(SHCLTRANSFERSTATUS enmStatus);
    12601260int ShClTransferValidatePath(const char *pcszPath, bool fMustExist);
    1261 int ShClTransferResolvePathAbs(PSHCLTRANSFER pTransfer, const char *pszPath, uint32_t fFlags, char **ppszResolved);;
     1261int ShClTransferResolvePathAbs(PSHCLTRANSFER pTransfer, const char *pszPath, uint32_t fFlags, char **ppszResolved);
    12621262int ShClTransferConvertFileCreateFlags(uint32_t fShClFlags, uint64_t *pfOpen);
    12631263int ShClFsObjInfoQueryLocal(const char *pszPath, PSHCLFSOBJINFO pObjInfo);
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