Implemented bf_reset.
[idzebra-moved-to-github.git] / include / mfile.h
index 69b89c0..c4a67e8 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: mfile.h,v 1.11 1999-05-12 13:08:06 adam Exp $
+ * $Id: mfile.h,v 1.12 1999-12-08 15:03:11 adam Exp $
  */
 
 #ifndef MFILE_H
@@ -105,6 +105,12 @@ int mf_write(MFile mf, int no, int offset, int nbytes, const void *buf);
  */
 int mf_unlink(MFile mf);
 
+
+/*
+ * Destroy all metafiles. No files may be opened.
+ */
+void mf_reset(MFile_area ma);
+
 /*
  * Unlink the file by name, rather than MFile-handle.
  */