From: Martin Mares Date: Tue, 25 Mar 2003 21:05:01 +0000 (+0000) Subject: One more parameters change. X-Git-Tag: holmes-import~1266 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=89aaa6e57658b09e1a7fe6cfa49350c1930e9590;p=libucw.git One more parameters change. --- 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 {