X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.h;h=d6d62179a6b1baf5592e68e48394da2917e71e36;hb=6617321a09d4d5bf442feaea2d7f1347acd82e3c;hp=565965a1202363bf2d6f3ab348340fb1ec719ffd;hpb=9a3fbd4b27ac261b0d68f73d8f9b3a762b2c33e9;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index 565965a..d6d6217 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.11 1995-10-17 18:02:12 adam + * Revision 1.12 1995-10-27 14:00:12 adam + * Implemented detection of database availability. + * + * Revision 1.11 1995/10/17 18:02:12 adam * New feature: databases. Implemented as prefix to words in dictionary. * * Revision 1.10 1995/10/09 16:18:38 adam @@ -72,7 +75,7 @@ int rpn_search (ZServerInfo *zi, Z_RPNQuery *rpn, int num_bases, char **basenames, const char *setname, int *hits); -int rpn_scan (ZServerInfo *zi, ODR odr, Z_AttributesPlusTerm *zapt, +int rpn_scan (ZServerInfo *zi, Z_AttributesPlusTerm *zapt, int num_bases, char **basenames, int *position, int *num_entries, struct scan_entry **list, int *status);