]> mj.ucw.cz Git - libucw.git/commitdiff
One more parameters change.
authorMartin Mares <mj@ucw.cz>
Tue, 25 Mar 2003 21:05:01 +0000 (21:05 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 25 Mar 2003 21:05:01 +0000 (21:05 +0000)
lib/index.h

index f8c5e193549605247a362afd82e7baee5539ddde..c6c43d022575977be54e1abfd1289bb99f7008a3 100644 (file)
@@ -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
  *
 
 /* 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 {