Fix shell test. Use = rather than == (not portable)
[idzebra-moved-to-github.git] / bfile / mfile.h
index 3cf4cda..eece9ce 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: mfile.h,v 1.1 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: mfile.h,v 1.3 2006-04-05 02:02:37 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -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