Optimize zebraExplain_lookup_attr_{su, str} by using a impementing
[idzebra-moved-to-github.git] / index / zvrank.c
index caa3001..c2fc218 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zvrank.c,v 1.19 2005-08-19 11:04:23 adam Exp $
+/* $Id: zvrank.c,v 1.21 2006-05-10 08:13:26 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -52,6 +52,7 @@ fernuni-hagen.de>
 #endif
 
 #include "index.h"
+#include "rank.h"
 
 static int log_level = 0;
 static int log_initialized = 0;
@@ -841,3 +842,11 @@ static struct rank_control rank_control_vsm = {
  
 struct rank_control *rank_zv_class = &rank_control_vsm;
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+