HEX
Server: LiteSpeed
System: Linux server456.bertina.biz 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: danahold (1044)
PHP: 7.4.33
Disabled: mail, show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: //usr/include/yaz/z-rrf2.h
/** \file z-rrf2.h
    \brief ASN.1 Module ResourceReport-Format-Resource-2

    Generated automatically by YAZ ASN.1 Compiler 0.4
*/

#ifndef z_rrf2_H
#define z_rrf2_H

#include <yaz/odr.h>
#include <yaz/z-core.h>
#ifdef __cplusplus
extern "C" {
#endif

typedef struct Z_ResourceReport2 Z_ResourceReport2;
YAZ_EXPORT int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt, const char *name);

typedef struct Z_Estimate2 Z_Estimate2;
YAZ_EXPORT int z_Estimate2(ODR o, Z_Estimate2 **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct Z_ResourceReport2 {
	int num_estimates;
	Z_Estimate2 **estimates; /* OPT */
	Z_InternationalString *message; /* OPT */
};

struct Z_Estimate2 {
	Z_StringOrNumeric *type;
	Z_IntUnit *value;
};

#ifdef __cplusplus
}
#endif
#endif