⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 z-acckrb1.h

📁 harvest是一个下载html网页得机器人
💻 H
字号:
/* Generated automatically by the YAZ ASN.1 Compiler 0.3 *//* Module-H AccessControlFormat-krb-1 */#ifndef z_acckrb1_H#define z_acckrb1_H#include <yaz/odr.h>#include <yaz/z-core.h>#ifdef __cplusplusextern "C" {#endiftypedef struct Z_KRBObject Z_KRBObject;YAZ_EXPORT int z_KRBObject (ODR o, Z_KRBObject **p, int opt, const char *name);typedef struct Z_KRBRequest Z_KRBRequest;YAZ_EXPORT int z_KRBRequest (ODR o, Z_KRBRequest **p, int opt, const char *name);typedef struct Z_KRBResponse Z_KRBResponse;YAZ_EXPORT int z_KRBResponse (ODR o, Z_KRBResponse **p, int opt, const char *name);#ifdef __cplusplus}#endif#ifdef __cplusplusextern "C" {#endifstruct Z_KRBObject {	int which;	union {		Z_KRBRequest *challenge;		Z_KRBResponse *response;#define Z_KRBObject_challenge 1#define Z_KRBObject_response 2	} u;};struct Z_KRBRequest {	Z_InternationalString *service;	Z_InternationalString *instance; /* OPT */	Z_InternationalString *realm; /* OPT */};struct Z_KRBResponse {	Z_InternationalString *userid; /* OPT */	Odr_oct *ticket;};#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -