VirtualBox

Changeset 47500 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 1, 2013 6:01:14 AM (11 years ago)
Author:
vboxsync
Message:

pr6022. Second variant of support GZIP files for OVA appliance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ApplianceImplPrivate.h

    r47340 r47500  
    241241PVDINTERFACEIO FileCreateInterface();
    242242PVDINTERFACEIO TarCreateInterface();
     243int copyFileAndCalcShaDigest(const char *pcszSourceFilename, const char *pcszTargetFilename, PVDINTERFACEIO pIfIo, void *pvUser);
    243244int ShaReadBuf(const char *pcszFilename, void **ppvBuf, size_t *pcbSize, PVDINTERFACEIO pIfIo, void *pvUser);
    244245int ShaWriteBuf(const char *pcszFilename, void *pvBuf, size_t cbSize, PVDINTERFACEIO pIfIo, void *pvUser);
    245246int decompressImageAndSave(const char *pcszFullFilenameIn, const char *pcszFullFilenameOut, PVDINTERFACEIO pIfIo, void *pvUser);
     247
    246248#endif // !____H_APPLIANCEIMPLPRIVATE
    247249
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