Merge pull request #1 from darkstar/archive-1

Required change for IArchive support
This commit is contained in:
2021-03-05 16:39:11 +00:00
committed by GitHub

View File

@@ -66,5 +66,7 @@ namespace Aaru.Checksums
public List<Type> GetAllWritableFloppyImagePlugins() => null;
public List<Type> GetAllWritableImagePlugins() => null;
public List<Type> GetAllArchivePlugins() => null;
}
}
}