diff --git a/Register.cs b/Register.cs index c756cb81c..88abfc6ff 100644 --- a/Register.cs +++ b/Register.cs @@ -66,5 +66,7 @@ namespace Aaru.Checksums public List GetAllWritableFloppyImagePlugins() => null; public List GetAllWritableImagePlugins() => null; + + public List GetAllArchivePlugins() => null; } -} \ No newline at end of file +}