X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fotherinfo.h;h=cb429cb3faa6b0928f49636a124707e5de26ca8c;hb=1f3fe256d54ab81d998cd622abda89580cc0b3ff;hp=d7d6d26f742ed44105de32f711799e1306e8d037;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/include/yaz/otherinfo.h b/include/yaz/otherinfo.h index d7d6d26..cb429cb 100644 --- a/include/yaz/otherinfo.h +++ b/include/yaz/otherinfo.h @@ -1,18 +1,19 @@ /* - * Copyright (c) 1999, Index Data + * Copyright (C) 1995-2005, Index Data ApS * 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.5 2005-06-25 15:46:03 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,15 @@ 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 +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +