Modernize Doxyfile
[idzebra-moved-to-github.git] / bfile / mfile.h
index 2c7deb6..86068bb 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: mfile.h,v 1.9 2006-11-14 08:12:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: mfile.h,v 1.12 2007-01-15 20:08:23 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -26,6 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <stdio.h>
 #include <yaz/yconfig.h>
 #include <idzebra/version.h>
+#include <idzebra/util.h>
 
 #ifdef WIN32
 
@@ -105,11 +106,13 @@ typedef struct MFile_area_struct
     \param name of area (does not show up on disk - purely for notation)
     \param spec area specification (e.g. "/a:1G dir /b:2000M"
     \param base base directory (NULL for no base)
+    \param only_shadow_files only consider shadow files in area
     \returns metafile area handle or NULL if error occurs
 */
-MFile_area mf_init(const char *name, const char *spec, const char *base)
+MFile_area mf_init(const char *name, const char *spec, const char *base,
+                   int only_shadow_files)
     ZEBRA_GCC_ATTR((warn_unused_result));
-
+    
 /** \brief destroys metafile area handle
     \param ma metafile area handle
 */