2 * Copyright (c) 1999, Index Data
3 * See the file LICENSE for details.
4 * Sebastian Hammer, Adam Dickmeiss
6 * $Id: otherinfo.h,v 1.2 2000-02-28 11:20:06 adam Exp $
11 #include <yaz/proto.h>
15 YAZ_EXPORT void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip);
16 YAZ_EXPORT Z_OtherInformationUnit *yaz_oi_update (
17 Z_OtherInformation **otherInformationP, ODR odr,
18 int *oid, int categoryValue, int delete_flag);
19 YAZ_EXPORT void yaz_oi_set_string_oid (
20 Z_OtherInformation **otherInformation, ODR odr,
21 int *oid, int categoryValue,
23 YAZ_EXPORT void yaz_oi_set_string_oidval (
24 Z_OtherInformation **otherInformation, ODR odr,
25 int oidval, int categoryValue,
27 YAZ_EXPORT char *yaz_oi_get_string_oid (
28 Z_OtherInformation **otherInformation,
29 int *oid, int categoryValue, int delete_flag);
30 YAZ_EXPORT char *yaz_oi_get_string_oidval(
31 Z_OtherInformation **otherInformation,
32 int oidval, int categoryValue, int delete_flag);