otherinfo.h

来自「harvest是一个下载html网页得机器人」· C头文件 代码 · 共 37 行

H
37
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?