Changeset 47343 in vbox for trunk/include/iprt
- Timestamp:
- Jul 23, 2013 2:50:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/zip.h
r47340 r47343 29 29 #include <iprt/cdefs.h> 30 30 #include <iprt/types.h> 31 # include <zlib.h>32 31 33 32 RT_C_DECLS_BEGIN … … 256 255 RTDECL(RTEXITCODE) RTZipTarCmd(unsigned cArgs, char **papszArgs); 257 256 258 RTDECL(int) RTZipGzipDecompressBuffer(z_stream streamIn,259 uint32_t *cbDecompressed,260 bool *finished);261 257 /** @} */ 262 258
Note:
See TracChangeset
for help on using the changeset viewer.