YAZ 5.35.1
z-rrf2.h
Go to the documentation of this file.
1
7#ifndef z_rrf2_H
8#define z_rrf2_H
9
10#include <yaz/odr.h>
11#include <yaz/z-core.h>
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17YAZ_EXPORT int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt, const char *name);
18
19typedef struct Z_Estimate2 Z_Estimate2;
20YAZ_EXPORT int z_Estimate2(ODR o, Z_Estimate2 **p, int opt, const char *name);
21#ifdef __cplusplus
22}
23#endif
24#ifdef __cplusplus
25extern "C" {
26#endif
32
37
38#ifdef __cplusplus
39}
40#endif
41#endif
int opt
Definition initopt.c:19
char * name
Definition initopt.c:18
Header for ODR (Open Data Representation)
Z_IntUnit * value
Definition z-rrf2.h:35
Z_StringOrNumeric * type
Definition z-rrf2.h:34
Z_Estimate2 ** estimates
Definition z-rrf2.h:29
Z_InternationalString * message
Definition z-rrf2.h:30
Definition odr.h:125
ASN.1 Module Z39-50-APDU-1995.
char Z_InternationalString
Definition z-core.h:301
int z_Estimate2(ODR o, Z_Estimate2 **p, int opt, const char *name)
Definition z-rrf2.c:25
int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt, const char *name)
Definition z-rrf2.c:12