ObjFW  Diff

Differences From Artifact [844ec55b8b]:

To Artifact [9afca5b410]:


13
14
15
16
17
18
19


20
21
22
23
24
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+





 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#import "OFDeflateStream.h"

/*!
 * @class OFDeflate64Stream OFDeflate64Stream.h ObjFW/OFDeflate64Stream.h
 *
 * @brief A class for a stream that handles Deflate64 compression or
 *	  decompression transparently for an underlying stream.
 */
@interface OFDeflate64Stream: OFDeflateStream
@end