X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.h;h=21a6e816cd6bf2af3e4225b8312e78d1708e5fee;hb=6c2c89df968733e5c7dcae9ddc99b380672f3eb6;hp=953a9f7ef58fb130da09c101429ea8471506381d;hpb=e5b0bb88921b593c89dd6ae9077c6566bc8a6a91;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.h b/index/zebraapi.h index 953a9f7..21a6e81 100644 --- a/index/zebraapi.h +++ b/index/zebraapi.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebraapi.h,v $ - * Revision 1.5 1998-09-22 10:48:19 adam + * Revision 1.6 1999-02-17 11:29:57 adam + * Fixed in record_fetch. Minor updates to API. + * + * Revision 1.5 1998/09/22 10:48:19 adam * Minor changes in search API. * * Revision 1.4 1998/09/02 13:53:18 adam @@ -26,6 +29,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /* Retrieval Record Descriptor */ typedef struct { int errCode; /* non-zero if error when fetching this */ @@ -85,3 +92,6 @@ YAZ_EXPORT int zebra_hits (ZebraHandle zh); /* do authentication */ YAZ_EXPORT int zebra_auth (ZebraHandle zh, const char *user, const char *pass); +#ifdef __cplusplus +} +#endif