X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fmfile.h;h=c31f9ecea22b8d0cc8cdbb8293564815a6cc2c14;hb=ce0c8ffd1c3471504b638f6b47a0e85bf1b6f24f;hp=86068bb2fa741fef5524cc8e4acce32741bc8ee7;hpb=5a8a42bede922e70156e7b289db071592c71529b;p=idzebra-moved-to-github.git diff --git a/bfile/mfile.h b/bfile/mfile.h index 86068bb..c31f9ec 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,8 +1,5 @@ -/* $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. +/* This file is part of the Zebra server. + Copyright (C) 1994-2009 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) @@ -188,6 +185,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab