📄 z-oclcui.h
字号:
/* Generated automatically by the YAZ ASN.1 Compiler 0.3 *//* Module-H UserInfoFormat-oclcUserInformation */#ifndef z_oclcui_H#define z_oclcui_H#include <yaz/odr.h>#ifdef __cplusplusextern "C" {#endiftypedef struct Z_OCLC_UserInformation Z_OCLC_UserInformation;YAZ_EXPORT int z_OCLC_UserInformation (ODR o, Z_OCLC_UserInformation **p, int opt, const char *name);typedef char Z_DBName;YAZ_EXPORT int z_DBName (ODR o, Z_DBName **p, int opt, const char *name);#ifdef __cplusplus}#endif#ifdef __cplusplusextern "C" {#endifstruct Z_OCLC_UserInformation { char *motd; /* OPT */ int num_dblist; Z_DBName **dblist; /* OPT */ bool_t *failReason; /* OPT */ int *code; /* OPT */ char *text; /* OPT */};#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -