Added debug mount() method.

This commit is contained in:
2016-07-22 00:43:22 +01:00
parent 99a70b360f
commit a702542649
25 changed files with 125 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ namespace DiscImageChef.Filesystems
/// </summary>
public abstract Errno Mount();
/// <summary>
/// Initializates whatever internal structures the filesystem plugin needs to be able to read files and directories from the filesystem.
/// </summary>
public abstract Errno Mount(bool debug);
/// <summary>
/// Frees all internal structures created by <see cref="Mount"/>
/// </summary>