X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fmfile.h;h=eece9ce5130f197b1251763cdea9ec29846f5ed5;hb=61080b04dd2fe74b70d413cb31e9197713bb0762;hp=2a9205b2b5881f5d86e7bd56b60b14969fc1125c;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;p=idzebra-moved-to-github.git diff --git a/bfile/mfile.h b/bfile/mfile.h index 2a9205b..eece9ce 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,4 +1,4 @@ -/* $Id: mfile.h,v 1.2 2005-01-15 19:38:18 adam Exp $ +/* $Id: mfile.h,v 1.3 2006-04-05 02:02:37 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -145,11 +145,6 @@ int mf_unlink(MFile mf); */ void mf_reset(MFile_area ma); -/* - * Unlink the file by name, rather than MFile-handle. - */ -int mf_unlink_name(MFile_area, const char *name); - YAZ_END_CDECL #endif