X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=fc4ebb9001a8d60fac581643b05ff048773be235;hb=c0c85097014e5b007075ab71d9b5bee412e28dd5;hp=2a7df4a1271289d899eef946353a0c180bd4233e;hpb=de4ada45ce039553f8322e620cc047d8cf4a065e;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index 2a7df4a..fc4ebb9 100644 --- a/include/isam.h +++ b/include/isam.h @@ -1,10 +1,14 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1997, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.11 1996-10-29 13:43:44 adam + * Revision 1.12 1997-09-05 15:30:00 adam + * Changed prototype for chr_map_input - added const. + * Added support for C++, headers uses extern "C" for public definitions. + * + * Revision 1.11 1996/10/29 13:43:44 adam * Removed definition of SYSNO. * * Revision 1.10 1995/09/06 16:10:57 adam @@ -47,6 +51,10 @@ #include "../isam/memory.h" #include "../isam/physical.h" +#ifdef __cplusplus +extern "C" { +#endif + #define IS_MAX_BLOCKTYPES 4 #define IS_MAX_RECORD 512 #define IS_DEF_REPACK_PERCENT "30" /* how much relative change before repack */ @@ -133,4 +141,8 @@ void is_rewind(ISPT ip); ISAM_P is_merge(ISAM is, ISAM_P pos, int num, char *data); +#ifdef __cplusplus +} +#endif + #endif