X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Frsisamc.h;h=ba15bc871dfeeec9e691b05e04cf33869bf32607;hb=21e03c79e86bc7f7edcd0469d40186fabd9a15f4;hp=1544f164e3b741b2e2aed1caca4d615424d8a079;hpb=7905afa0cdbee2d751d058bda53919746361dda2;p=idzebra-moved-to-github.git diff --git a/include/rsisamc.h b/include/rsisamc.h index 1544f16..ba15bc8 100644 --- a/include/rsisamc.h +++ b/include/rsisamc.h @@ -1,10 +1,20 @@ /* - * Copyright (C) 1996, Index Data I/S + * Copyright (C) 1996-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisamc.h,v $ - * Revision 1.1 1996-10-29 13:41:33 adam + * Revision 1.4 1999-02-02 14:50:40 adam + * Updated WIN32 code specific sections. Changed header. + * + * 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 +25,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