X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsisam.h;h=0148fde801a76de10b49650f00d036ad7079bdff;hb=bbc5017bf20ab7e410b4913acd70816812b5059f;hp=ee47552c554f5c6ac89d897c44b08a3d6ceb1021;hpb=c0c85097014e5b007075ab71d9b5bee412e28dd5;p=idzebra-moved-to-github.git diff --git a/include/rsisam.h b/include/rsisam.h index ee47552..0148fde 100644 --- a/include/rsisam.h +++ b/include/rsisam.h @@ -1,10 +1,13 @@ /* - * Copyright (C) 1994-1997, Index Data I/S + * Copyright (C) 1994-1998, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisam.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. * @@ -27,12 +30,13 @@ extern "C" { #endif -extern const rset_control *rset_kind_isam; +extern const struct rset_control *rset_kind_isam; typedef struct rset_isam_parms { ISAM is; ISAM_P pos; + RSET_TERM rset_term; } rset_isam_parms; #ifdef __cplusplus