X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fotherinfo.h;h=69dc8ddfae44f3fb914fa2fd1954e91936a57079;hp=d7d6d26f742ed44105de32f711799e1306e8d037;hb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;hpb=4553ace9ab808a5db41bd7e03db6b8b4e9f8acc7 diff --git a/include/yaz/otherinfo.h b/include/yaz/otherinfo.h index d7d6d26..69dc8dd 100644 --- a/include/yaz/otherinfo.h +++ b/include/yaz/otherinfo.h @@ -3,16 +3,14 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: otherinfo.h,v 1.1 1999-11-30 13:47:11 adam Exp $ + * $Id: otherinfo.h,v 1.2 2000-02-28 11:20:06 adam Exp $ */ #ifndef OTHERINFO_H #define OTHERINFO_H #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL YAZ_EXPORT void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip); YAZ_EXPORT Z_OtherInformationUnit *yaz_oi_update ( @@ -32,8 +30,7 @@ YAZ_EXPORT char *yaz_oi_get_string_oid ( YAZ_EXPORT char *yaz_oi_get_string_oidval( Z_OtherInformation **otherInformation, int oidval, int categoryValue, int delete_flag); -#ifdef __cplusplus -} -#endif + +YAZ_END_CDECL #endif