X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=91b868b18e799111eaa0e2fbee90915f3104b22b;hb=f9da3895c7f972aa56c80eda5c1b463455042380;hp=9608973a0924d92977113ea2516a158e2ce5cdd7;hpb=bceca936710690858ea162e7bc22de819f0e280f;p=idzebra-moved-to-github.git 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