Changeset 48836 in vbox for trunk/include/iprt
- Timestamp:
- Oct 3, 2013 1:31:39 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/zip.h
r48780 r48836 230 230 RTDECL(int) RTZipGzipDecompressIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSIOSTREAM phVfsIosGunzip); 231 231 232 /** @name RTZipGzipDecompressIoStream flags. 233 * @{ */ 234 /** Allow the smaller ZLIB header as well as the regular GZIP header. */ 235 #define RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR RT_BIT(0) 236 /** @} */ 237 238 232 239 /** 233 240 * Opens a gzip decompression I/O stream.
Note:
See TracChangeset
for help on using the changeset viewer.