Changeset 48780 in vbox for trunk/include/iprt/zip.h
- Timestamp:
- Oct 1, 2013 2:18:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/zip.h
r47516 r48780 271 271 RTDECL(RTEXITCODE) RTZipTarCmd(unsigned cArgs, char **papszArgs); 272 272 273 /** 274 * Opens a XAR filesystem stream. 275 * 276 * This is used to extract, list or check a XAR archive. 277 * 278 * @returns IPRT status code. 279 * 280 * @param hVfsIosIn The compressed input stream. The reference is 281 * not consumed, instead another one is retained. 282 * @param fFlags Flags, MBZ. 283 * @param phVfsFss Where to return the handle to the XAR filesystem 284 * stream. 285 */ 286 RTDECL(int) RTZipXarFsStreamFromIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss); 287 273 288 /** @} */ 274 289
Note:
See TracChangeset
for help on using the changeset viewer.