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-univ.h
/** \file z-univ.h
    \brief ASN.1 Module ResourceReport-Format-Universe-1

    Generated automatically by YAZ ASN.1 Compiler 0.4
*/

#ifndef z_univ_H
#define z_univ_H

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

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

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

typedef struct Z_UniverseReport Z_UniverseReport;
YAZ_EXPORT int z_UniverseReport(ODR o, Z_UniverseReport **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct Z_UniverseReportHits {
	Z_StringOrNumeric *database;
	Z_StringOrNumeric *hits;
};

struct Z_UniverseReportDuplicate {
	Z_StringOrNumeric *hitno;
};

struct Z_UniverseReport {
	Odr_int *totalHits;
	int which;
	union {
		Z_UniverseReportHits *databaseHits;
		Z_UniverseReportDuplicate *duplicate;
#define Z_UniverseReport_databaseHits 1
#define Z_UniverseReport_duplicate 2
	} u;
};

#ifdef __cplusplus
}
#endif
#endif