X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Frsisamc.h;h=d443c1578864ca93a4a04864088c7531f9a28892;hp=1544f164e3b741b2e2aed1caca4d615424d8a079;hb=f1a944fbdac20e88bf55918f2a4f66c301d684e2;hpb=7905afa0cdbee2d751d058bda53919746361dda2 diff --git a/include/rsisamc.h b/include/rsisamc.h index 1544f16..d443c15 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.6 2002-03-20 20:24:29 adam Exp $ */ #ifndef RSET_ISAMC_H @@ -15,12 +12,23 @@ #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 { + int (*cmp)(const void *p1, const void *p2); + int key_size; ISAMC is; ISAMC_P pos; + RSET_TERM rset_term; } rset_isamc_parms; +#ifdef __cplusplus +} +#endif + #endif