📄 otherinfo.h
字号:
/* * Copyright (c) 1999, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Id: otherinfo.h,v 1.2 2000/02/28 11:20:06 adam Exp $ */#ifndef OTHERINFO_H#define OTHERINFO_H#include <yaz/proto.h>YAZ_BEGIN_CDECLYAZ_EXPORT void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip);YAZ_EXPORT Z_OtherInformationUnit *yaz_oi_update ( Z_OtherInformation **otherInformationP, ODR odr, int *oid, int categoryValue, int delete_flag);YAZ_EXPORT void yaz_oi_set_string_oid ( Z_OtherInformation **otherInformation, ODR odr, int *oid, int categoryValue, const char *str);YAZ_EXPORT void yaz_oi_set_string_oidval ( Z_OtherInformation **otherInformation, ODR odr, int oidval, int categoryValue, const char *str);YAZ_EXPORT char *yaz_oi_get_string_oid ( Z_OtherInformation **otherInformation, int *oid, int categoryValue, int delete_flag);YAZ_EXPORT char *yaz_oi_get_string_oidval( Z_OtherInformation **otherInformation, int oidval, int categoryValue, int delete_flag);YAZ_END_CDECL#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -