X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecindxp.h;h=dbc2e294d09c0b07d52a7be7e1fe29ea6d438c9b;hb=793cf3d1c05dc8e2d971b1c6f233589b0473864a;hp=3fc695d806bc112253c668a4d9436edc415a347d;hpb=1bb217ab477284fd7fee47f19a6e8a780fa2bb50;p=idzebra-moved-to-github.git diff --git a/index/recindxp.h b/index/recindxp.h index 3fc695d..dbc2e29 100644 --- a/index/recindxp.h +++ b/index/recindxp.h @@ -1,6 +1,6 @@ -/* $Id: recindxp.h,v 1.14 2004-08-06 12:28:22 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: recindxp.h,v 1.18 2006-05-10 08:13:22 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "recindex.h" -#include +#include YAZ_BEGIN_CDECL @@ -53,7 +53,7 @@ struct records_info { struct records_head { char magic[8]; char version[4]; - int block_size[REC_BLOCK_TYPES]; + zint block_size[REC_BLOCK_TYPES]; zint block_free[REC_BLOCK_TYPES]; zint block_last[REC_BLOCK_TYPES]; zint block_used[REC_BLOCK_TYPES]; @@ -81,3 +81,11 @@ struct record_index_entry { }; YAZ_END_CDECL +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +