X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Fcfile.h;h=a658987fc667fe69b18e90cbc425e519e9ea7d45;hp=f8e09850b447f2da1e5a012f9fc8dfe11def0a81;hb=HEAD;hpb=a5a4e10abdb1f3ddcf2fd1e54692811a705e0c3d diff --git a/bfile/cfile.h b/bfile/cfile.h index f8e0985..a658987 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 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 @@ -68,7 +68,7 @@ struct CFile_head { typedef struct CFile_struct { struct CFile_head head; - + MFile block_mf; /**< block meta file */ MFile hash_mf; /**< hash or index file (depending on state) */ zint *array; /**< array for hash */ @@ -99,6 +99,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