@@ -32,10 +32,14 @@ @interface OFLHAArchive: OFObject { OFStream *_stream; uint_least8_t _mode; OFStringEncoding _encoding; + OFLHAArchiveEntry *_Nullable _currentEntry; +#ifdef OF_LHA_ARCHIVE_M +@public +#endif OFStream *_Nullable _lastReturnedStream; } /** * @brief The encoding to use for the archive. Defaults to ISO 8859-1.