X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=46ebddf9fcd22b342faa4f21ecd9f33a1299bf8c;hb=161aa7805930f6b91ccea027e4afa4ccce41c379;hp=5e6cd48468bc6a0643494efb23c62911b6a5f4b9;hpb=9b46631dae8ab93da1e8f87f5d6638a493135c03;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 5e6cd48..46ebddf 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.186 2006-12-05 14:06:29 adam Exp $ +/* $Id: index.h,v 1.187 2006-12-18 23:40:07 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -134,7 +134,7 @@ struct zebra_register { ISAMB isamb; Dict dict; Dict matchDict; - SortIdx sortIdx; + zebra_sort_index_t sort_index; int registerState; /* 0 (no commit pages), 1 (use commit pages) */ time_t registerChange; BFiles bfs;