Modernize Doxyfile
[idzebra-moved-to-github.git] / bfile / tstmfile1.c
index 1bd394e..5672925 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstmfile1.c,v 1.1 2006-11-14 12:41:19 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstmfile1.c,v 1.3 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 void tst1(void)
 {
-    MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */);
+    MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */, 0 /* only sh */);
     YAZ_CHECK(a);
     mf_destroy(a);
 }
@@ -40,7 +40,7 @@ void tst1(void)
 void tst2(void)
 {
     char buf[BLOCK_SIZE];
-    MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */);
+    MFile_area a = mf_init("main", 0 /* spec */, 0 /* base */, 0 /* only sh */);
     MFile f;
 
     YAZ_CHECK(a);