Differences From Artifact [d84167dde2]:
- File utils/ofarc/GZIPArchive.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 647) [annotate] [blame] [check-ins using] [more...]
To Artifact [f6a342f9a7]:
- File utils/ofarc/GZIPArchive.h — part of check-in [370e91ddce] at 2024-03-03 23:33:01 on branch trunk — ofarc: Add --iri option (user: js, size: 668) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 | #import "OFGZIPStream.h" #import "Archive.h" @interface GZIPArchive: OFObject <Archive> { OFGZIPStream *_stream; } @end | > | 16 17 18 19 20 21 22 23 24 25 | #import "OFGZIPStream.h" #import "Archive.h" @interface GZIPArchive: OFObject <Archive> { OFGZIPStream *_stream; OFIRI *_archiveIRI; } @end |