X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Fzsets.c;h=f4f21e81146f366db33a51e594a8f8b0a64252ef;hb=9fe3bf8d659adc5c0623185779272d933fc51d15;hp=1e0a590a42c7573d5513aa8a1d9389d416c9d206;hpb=003edeb05e43971cc5b1a99ca894ff506cd2dd8b;p=idzebra-moved-to-github.git diff --git a/index/zsets.c b/index/zsets.c index 1e0a590..f4f21e8 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zsets.c,v $ - * Revision 1.8 1995-10-10 13:59:25 adam + * Revision 1.9 1995-10-17 18:02:14 adam + * New feature: databases. Implemented as prefix to words in dictionary. + * + * Revision 1.8 1995/10/10 13:59:25 adam * Function rset_open changed its wflag parameter to general flags. * * Revision 1.7 1995/10/06 14:38:01 adam @@ -73,8 +76,8 @@ ZServerSet *resultSetGet (ZServerInfo *zi, const char *name) return NULL; } -ZServerSetSysno *resultSetSysnoGet (ZServerInfo *zi, const char *name, - int num, int *positions) +ZServerSetSysno *resultSetSysnoGet (ZServerInfo *zi, const char *name, + int num, int *positions) { ZServerSet *sset; ZServerSetSysno *sr; @@ -117,11 +120,7 @@ ZServerSetSysno *resultSetSysnoGet (ZServerInfo *zi, const char *name, return sr; } -void resultSetRecordDel (ZServerInfo *zi, ZServerRecord *records, int num) +void resultSetSysnoDel (ZServerInfo *zi, ZServerSetSysno *records, int num) { - int i; - - for (i = 0; i