X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Frsisamd.h;h=990aaed810d28364618d1ddc43aa88c22dec4ba5;hb=8f7e8952ccd2eca24d2bb91a79d2f17f346c490c;hp=75cb2c185005a279a4880f9d62821ed9aad1ec3f;hpb=74f1d61c9fc9c7c9209e4ba68bc4a1c3601ab3c5;p=idzebra-moved-to-github.git diff --git a/include/rsisamd.h b/include/rsisamd.h index 75cb2c1..990aaed 100644 --- a/include/rsisamd.h +++ b/include/rsisamd.h @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss, * - * $Id: rsisamd.h,v 1.1 2001-01-16 19:17:54 heikki Exp $ + * $Id: rsisamd.h,v 1.2 2002-07-12 18:12:22 heikki Exp $ */ #ifndef RSET_ISAMD_H @@ -21,7 +21,9 @@ extern const struct rset_control *rset_kind_isamd; typedef struct rset_isamd_parms { ISAMD is; - ISAMD_P pos; +/* ISAMD_P pos; */ + char dictentry[ISAMD_MAX_DICT_LEN+1]; + int dictlen; RSET_TERM rset_term; } rset_isamd_parms;