Remove mf_unlink_name
[idzebra-moved-to-github.git] / bfile / mfile.h
index 2a9205b..eece9ce 100644 (file)
@@ -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