Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / bfile / mfile.h
index 8fcae07..9d7fdfb 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: mfile.h,v 1.11 2006-12-03 16:05:13 adam Exp $
-   Copyright (C) 1995-2006
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1995-2008 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -93,14 +90,14 @@ typedef struct meta_file
     struct meta_file *next;
 } *MFile, meta_file;
 
-typedef struct MFile_area_struct
+struct MFile_area_struct
 {
     char name[FILENAME_MAX+1];
     mf_dir *dirs;
     struct meta_file *mfiles;
     struct MFile_area_struct *next;  /* global list of active areas */
     Zebra_mutex mutex;
-} MFile_area_struct;
+};
 
 /** \brief creates a metafile area
     \param name of area (does not show up on disk - purely for notation)