X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsisamc.h;h=29e1c8abea9910f1a4435c1b0d7019c54ee063e8;hb=5260b5390d8a1a36c66e52083e8ebb9d26b49f01;hp=1544f164e3b741b2e2aed1caca4d615424d8a079;hpb=7905afa0cdbee2d751d058bda53919746361dda2;p=idzebra-moved-to-github.git diff --git a/include/rsisamc.h b/include/rsisamc.h index 1544f16..29e1c8a 100644 --- a/include/rsisamc.h +++ b/include/rsisamc.h @@ -1,10 +1,17 @@ /* - * Copyright (C) 1996, Index Data I/S + * Copyright (C) 1996-1998, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisamc.h,v $ - * Revision 1.1 1996-10-29 13:41:33 adam + * Revision 1.3 1998-03-05 08:37:44 adam + * New result set model. + * + * Revision 1.2 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. + * + * Revision 1.1 1996/10/29 13:41:33 adam * First use of isamc. * */ @@ -15,12 +22,21 @@ #include #include -extern const rset_control *rset_kind_isamc; +#ifdef __cplusplus +extern "C" { +#endif + +extern const struct rset_control *rset_kind_isamc; typedef struct rset_isamc_parms { ISAMC is; ISAMC_P pos; + RSET_TERM rset_term; } rset_isamc_parms; +#ifdef __cplusplus +} +#endif + #endif