From a9b4e41c61e30e376528b83aa87955fe9594423a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Nov 2006 22:06:50 +0000 Subject: [PATCH] Removed a few redundant comments. --- bfile/mfile.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bfile/mfile.h b/bfile/mfile.h index 71fbf9d..de79cd3 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,4 +1,4 @@ -/* $Id: mfile.h,v 1.7 2006-10-09 22:10:00 adam Exp $ +/* $Id: mfile.h,v 1.8 2006-11-08 22:06:50 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -123,14 +123,8 @@ MFile mf_open(MFile_area ma, const char *name, int block_size, int wflag); */ int mf_close(MFile mf); -/* - * Read one block from a metafile. Interface mirrors bfile. - */ int mf_read(MFile mf, zint no, int offset, int nbytes, void *buf); -/* - * Same. - */ int mf_write(MFile mf, zint no, int offset, int nbytes, const void *buf); /* -- 1.7.10.4