diff --git a/Interfaces/IArchive.cs b/Interfaces/IArchive.cs index de86543..0cc3ebe 100644 --- a/Interfaces/IArchive.cs +++ b/Interfaces/IArchive.cs @@ -89,7 +89,7 @@ public interface IArchive /// Opens the specified stream with this archive instance /// Filter that contains the archive. This allows use to handle .tar.gz and similars. - ErrorNumber Open(IFilter filter); + ErrorNumber Open(IFilter filter, Encoding encoding); /// /// Returns true if the archive has a file/stream/buffer currently opened and no