diff --git a/Interfaces/IWritableTapeImage.cs b/Interfaces/IWritableTapeImage.cs
index 743b316..b082638 100644
--- a/Interfaces/IWritableTapeImage.cs
+++ b/Interfaces/IWritableTapeImage.cs
@@ -56,5 +56,12 @@ namespace DiscImageChef.CommonTypes.Interfaces
/// Tape partition descriptor
/// true if successful, false otherwise
bool AddPartition(TapePartition partition);
+
+ ///
+ /// Tells the image plugin to set the internal structures to expect a tape (e.g. unknown block count and size).
+ /// Must be called before
+ ///
+ /// true if successful, false otherwise
+ bool SetTape();
}
}
\ No newline at end of file