Added support for static ranking. Bug #174. The staticrank is enabled
[idzebra-moved-to-github.git] / index / recindxp.h
index 3fc695d..1a18b97 100644 (file)
@@ -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.17 2005-01-15 19:38:26 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 <bfile.h>
+#include <idzebra/bfile.h>
 
 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];