X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.h;h=4871c88468d37aadf3d2259933430f9a5c5c4b98;hb=ebb67760aea966de2e476018400f7449bc6f2ae8;hp=0b7f3106da38b0a03037a11f3e7015dfc7209403;hpb=45554249f7785e31125a062dc410a93ef693f574;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index 0b7f310..4871c88 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.21 1996-10-29 14:09:58 adam + * Revision 1.22 1996-11-04 14:07:49 adam + * Moved truncation code to trunc.c. + * + * Revision 1.21 1996/10/29 14:09:58 adam * Use of cisam system - enabled if setting isamc is 1. * * Revision 1.20 1996/06/04 10:19:02 adam @@ -115,6 +118,8 @@ int rpn_scan (ZServerInfo *zi, Z_AttributesPlusTerm *zapt, int *position, int *num_entries, struct scan_entry **list, int *status); +RSET rset_trunc (ZServerInfo *zi, ISAM_P *isam_p, int no); + ZServerSet *resultSetAdd (ZServerInfo *zi, const char *name, int ov, RSET rset); ZServerSet *resultSetGet (ZServerInfo *zi, const char *name);