2 * Copyright (c) 1999, Index Data
3 * See the file LICENSE for details.
4 * Sebastian Hammer, Adam Dickmeiss
6 * $Id: otherinfo.h,v 1.1 1999-04-26 07:25:25 adam Exp $
17 YAZ_EXPORT void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip);
18 YAZ_EXPORT Z_OtherInformationUnit *yaz_oi_update (
19 Z_OtherInformation **otherInformationP, ODR odr,
20 int *oid, int categoryValue);
21 YAZ_EXPORT void yaz_oi_set_string_oid (
22 Z_OtherInformation **otherInformation, ODR odr,
23 int *oid, int categoryValue,
25 YAZ_EXPORT void yaz_oi_set_string_oidval (
26 Z_OtherInformation **otherInformation, ODR odr,
27 int oidval, int categoryValue,
29 YAZ_EXPORT char *yaz_oi_get_string_oid (
30 Z_OtherInformation **otherInformation,
31 int *oid, int categoryValue);
32 YAZ_EXPORT char *yaz_oi_get_string_oidval(
33 Z_OtherInformation **otherInformation,
34 int oidval, int categoryValue);