From 89aaa6e57658b09e1a7fe6cfa49350c1930e9590 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 25 Mar 2003 21:05:01 +0000 Subject: [PATCH] One more parameters change. --- lib/index.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/index.h b/lib/index.h index f8c5e193..c6c43d02 100644 --- a/lib/index.h +++ b/lib/index.h @@ -11,6 +11,8 @@ #include SHERLOCK_CUSTOM #include "charset/unistream.h" +#define INDEX_VERSION (0x32240100+sizeof(struct card_attr)) /* Increase with each incompatible change in index format */ + /* * Words and word complexes * @@ -30,12 +32,6 @@ /* Word and string types are defined in lib/custom.h */ -/* Global index parameters */ - -struct index_params { - sh_time_t ref_time; /* Reference time (for document ages etc.) */ -}; - /* Index card attributes */ struct card_attr { -- 2.39.2