VirtualBox

Changeset 47340 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 23, 2013 12:27:35 PM (11 years ago)
Author:
vboxsync
Message:

pr6022. OVA appliance don't fail when a certificate file exists. GZIP support has been implemented (first version).

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r47199 r47340  
    18611861# define RTZipTarCmd                                    RT_MANGLER(RTZipTarCmd)
    18621862# define RTZipTarFsStreamFromIoStream                   RT_MANGLER(RTZipTarFsStreamFromIoStream)
    1863 
     1863# define RTZipGzipDecompressBuffer                      RT_MANGLER(RTZipGzipDecompressBuffer)
    18641864/*
    18651865 * Stable variables (alphabetical order):
  • trunk/include/iprt/zip.h

    r44528 r47340  
    2929#include <iprt/cdefs.h>
    3030#include <iprt/types.h>
    31 
     31# include <zlib.h>
    3232
    3333RT_C_DECLS_BEGIN
     
    256256RTDECL(RTEXITCODE) RTZipTarCmd(unsigned cArgs, char **papszArgs);
    257257
     258RTDECL(int) RTZipGzipDecompressBuffer(z_stream streamIn,
     259                                      uint32_t *cbDecompressed,
     260                                      bool *finished);
    258261/** @} */
    259262
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