X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmfile.h;h=c4a67e885bbf50ddc4714070c0bad1f7d0fb6264;hb=45a6ad99e5210bc4ef39bf00d81aee8f0fb26168;hp=69b89c06d51df2bc5714d3717a80e9a2b1c67b78;hpb=49f1c8c877affdeb9e9221047c48beed3f475afb;p=idzebra-moved-to-github.git diff --git a/include/mfile.h b/include/mfile.h index 69b89c0..c4a67e8 100644 --- a/include/mfile.h +++ b/include/mfile.h @@ -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. */