X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsm_or.h;h=c934b8a6202021958ce65563457f0612c2268a29;hb=ce3907338568fce46c5751e7e1091a5ad1c8e291;hp=6007df4b256f3a9da24dd6e0e586ad474c4daa69;hpb=c0c85097014e5b007075ab71d9b5bee412e28dd5;p=idzebra-moved-to-github.git diff --git a/include/rsm_or.h b/include/rsm_or.h index 6007df4..c934b8a 100644 --- a/include/rsm_or.h +++ b/include/rsm_or.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsm_or.h,v $ - * Revision 1.3 1997-09-05 15:30:04 adam + * Revision 1.4 1998-03-05 08:37:44 adam + * New result set model. + * + * Revision 1.3 1997/09/05 15:30:04 adam * Changed prototype for chr_map_input - added const. * Added support for C++, headers uses extern "C" for public definitions. * @@ -26,7 +29,7 @@ extern "C" { #endif -extern const rset_control *rset_kind_m_or; +extern const struct rset_control *rset_kind_m_or; typedef struct rset_m_or_parms { @@ -35,6 +38,7 @@ typedef struct rset_m_or_parms ISAMC isc; ISAM_P *isam_positions; + RSET_TERM rset_term; int no_isam_positions; int no_save_positions;