YAZ  5.34.0
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
13 extern "C" {
14 #endif
15 
17 YAZ_EXPORT int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt, const char *name);
18 
19 typedef struct Z_Estimate2 Z_Estimate2;
20 YAZ_EXPORT int z_Estimate2(ODR o, Z_Estimate2 **p, int opt, const char *name);
21 #ifdef __cplusplus
22 }
23 #endif
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
29  Z_Estimate2 **estimates; /* OPT */
31 };
32 
33 struct Z_Estimate2 {
36 };
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
int num_estimates
Definition: z-rrf2.h:28
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