X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=91b868b18e799111eaa0e2fbee90915f3104b22b;hp=9608973a0924d92977113ea2516a158e2ce5cdd7;hb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f;hpb=084ad8d210469872bda11c201267a361ca295435 diff --git a/index/index.h b/index/index.h index 9608973..91b868b 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.62 1999-05-12 13:08:06 adam + * Revision 1.63 1999-05-26 07:49:13 adam + * C++ compilation. + * + * Revision 1.62 1999/05/12 13:08:06 adam * First version of ISAMS. * * Revision 1.61 1999/03/09 16:27:49 adam @@ -235,6 +238,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + #define IT_MAX_WORD 256 #define IT_KEY_HAVE_SEQNO 1 #define IT_KEY_HAVE_FIELD 0 @@ -361,3 +368,7 @@ void zebra_lock_prefix (Res res, char *dst); void zebra_load_atts (data1_handle dh, Res res); extern Res common_resource; + +#ifdef __cplusplus +} +#endif