X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fotherinfo.h;h=ec57be33aed1242f621d0fba899c9f49751f863a;hb=14f4eaaffa771604e1cbb54edc51d6f213a3e30c;hp=d7d6d26f742ed44105de32f711799e1306e8d037;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/include/yaz/otherinfo.h b/include/yaz/otherinfo.h index d7d6d26..ec57be3 100644 --- a/include/yaz/otherinfo.h +++ b/include/yaz/otherinfo.h @@ -1,18 +1,19 @@ /* - * Copyright (c) 1999, Index Data + * Copyright (c) 1999-2004, Index Data * 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.3 2004-10-15 00:18:59 adam Exp $ + */ +/** + * \file otherinfo.h + * \brief Header for Z39.50 OtherInfo utilities */ #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 +33,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