X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzsets.c;h=a223a7ac98015b1da0f4b75b5c5267d2daadfca0;hb=cdcde0c689ec4b66f1884dbd455284b7a35fb425;hp=a5b6513731b38892428c4a622baefe2ec724f6e5;hpb=05f87dcf55976c4ce82fdea867f00b16d4d8ee09;p=idzebra-moved-to-github.git diff --git a/index/zsets.c b/index/zsets.c index a5b6513..a223a7a 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.99 2006-01-26 22:17:16 adam Exp $ +/* $Id: zsets.c,v 1.101 2006-05-10 08:13:26 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -30,6 +30,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif #include "index.h" +#include "rank.h" #include #include @@ -1201,3 +1202,11 @@ ZEBRA_RES zebra_snippets_hit_vector(ZebraHandle zh, const char *setname, return ZEBRA_OK; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +