X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.h;h=e8f7905612ec5bd3a192cea3ca6c5666eb9b0373;hb=795af4e3c7346eff351ff387228ec548956eada8;hp=b7a452f1bccda41d0b4ca8e140ffc05349b6afa8;hpb=bceca936710690858ea162e7bc22de819f0e280f;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index b7a452f..e8f7905 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.41 1999-05-12 13:08:06 adam + * Revision 1.42 1999-05-26 07:49:13 adam + * C++ compilation. + * + * Revision 1.41 1999/05/12 13:08:06 adam * First version of ISAMS. * * Revision 1.40 1998/11/16 16:03:45 adam @@ -168,6 +171,10 @@ #include "zebraapi.h" #include "zinfo.h" +#ifdef __cplusplus +extern "C" { +#endif + typedef struct { int sysno; int score; @@ -288,3 +295,6 @@ int zebra_record_fetch (ZebraHandle zh, int sysno, int score, ODR stream, oid_value *output_format, char **rec_bufp, int *rec_lenp, char **basenamep); +#ifdef __cplusplus +} +#endif