Changeset 70423 in vbox
- Timestamp:
- Jan 2, 2018 11:51:48 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120028
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r70418 r70423 2611 2611 # define RTZipGzipCompressIoStream RT_MANGLER(RTZipGzipCompressIoStream) 2612 2612 # define RTZipGzipDecompressIoStream RT_MANGLER(RTZipGzipDecompressIoStream) 2613 # define RTZipGzipCmd RT_MANGLER(RTZipGzipCmd) 2613 2614 # define RTZipPkzipFsStreamFromIoStream RT_MANGLER(RTZipPkzipFsStreamFromIoStream) 2614 2615 # define RTZipPkzipMemDecompress RT_MANGLER(RTZipPkzipMemDecompress) -
trunk/include/iprt/zip.h
r69105 r70423 255 255 256 256 /** 257 * A mini GZIP program. 258 * 259 * @returns Program exit code. 260 * 261 * @param cArgs The number of arguments. 262 * @param papszArgs The argument vector. (Note that this may be 263 * reordered, so the memory must be writable.) 264 */ 265 RTDECL(RTEXITCODE) RTZipGzipCmd(unsigned cArgs, char **papszArgs); 266 267 /** 257 268 * Opens a TAR filesystem stream. 258 269 * -
trunk/src/VBox/Runtime/Makefile.kmk
r70417 r70423 633 633 common/zip/tar.cpp \ 634 634 common/zip/tarcmd.cpp \ 635 common/zip/unzipcmd.cpp \636 635 common/zip/tarvfs.cpp \ 637 636 common/zip/tarvfswriter.cpp \ 638 637 common/zip/gzipvfs.cpp \ 638 common/zip/gzipcmd.cpp \ 639 639 common/zip/pkzip.cpp \ 640 640 common/zip/pkzipvfs.cpp \ 641 common/zip/unzipcmd.cpp \ 641 642 common/zip/zip.cpp \ 642 643 generic/createtemp-generic.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.