Changeset 47340 in vbox for trunk/include/iprt
- Timestamp:
- Jul 23, 2013 12:27:35 PM (11 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r47199 r47340 1861 1861 # define RTZipTarCmd RT_MANGLER(RTZipTarCmd) 1862 1862 # define RTZipTarFsStreamFromIoStream RT_MANGLER(RTZipTarFsStreamFromIoStream) 1863 1863 # define RTZipGzipDecompressBuffer RT_MANGLER(RTZipGzipDecompressBuffer) 1864 1864 /* 1865 1865 * Stable variables (alphabetical order): -
trunk/include/iprt/zip.h
r44528 r47340 29 29 #include <iprt/cdefs.h> 30 30 #include <iprt/types.h> 31 31 # include <zlib.h> 32 32 33 33 RT_C_DECLS_BEGIN … … 256 256 RTDECL(RTEXITCODE) RTZipTarCmd(unsigned cArgs, char **papszArgs); 257 257 258 RTDECL(int) RTZipGzipDecompressBuffer(z_stream streamIn, 259 uint32_t *cbDecompressed, 260 bool *finished); 258 261 /** @} */ 259 262
Note:
See TracChangeset
for help on using the changeset viewer.