X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsisamc.h;h=430a11f5b1c88f7070123c30950d3ef3845eb17e;hb=5ed7bb5a4a7e46271cc161304b114eae54b53674;hp=1544f164e3b741b2e2aed1caca4d615424d8a079;hpb=7905afa0cdbee2d751d058bda53919746361dda2;p=idzebra-moved-to-github.git diff --git a/include/rsisamc.h b/include/rsisamc.h index 1544f16..430a11f 100644 --- a/include/rsisamc.h +++ b/include/rsisamc.h @@ -1,12 +1,9 @@ /* - * 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 - * First use of isamc. - * + * $Id: rsisamc.h,v 1.5 1999-05-12 13:08:06 adam Exp $ */ #ifndef RSET_ISAMC_H @@ -15,12 +12,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