X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;h=4f621642f3a0dcbfca7a986a8af146e153bcf3fa;hb=f1a944fbdac20e88bf55918f2a4f66c301d684e2;hp=63c3b7ef622d9f7abe2bad36dec7062e2bf48a2d;hpb=c8bb72d81cc3496fdfc7143e6fa5216fdb1a60f9;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index 63c3b7e..4f62164 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rstemp.h,v $ - * Revision 1.6 1999-02-02 14:50:43 adam + * Revision 1.7 2002-03-20 20:24:29 adam + * Hits per term. Returned in SearchResult-1 + * + * Revision 1.6 1999/02/02 14:50:43 adam * Updated WIN32 code specific sections. Changed header. * * Revision 1.5 1998/03/05 08:37:44 adam @@ -39,6 +42,7 @@ extern const struct rset_control *rset_kind_temp; typedef struct rset_temp_parms { + int (*cmp)(const void *p1, const void *p2); int key_size; char *temp_path; RSET_TERM rset_term;