Renamed ASN.1 compiler to yaz-comp (used to be yc.tcl).
[yaz-moved-to-github.git] / include / yaz / z-rrf2.h
1 /* Generated automatically by the YAZ ASN.1 Compiler 0.3 */
2 /* Module-H ResourceReport-Format-Resource-2 */
3
4 #ifndef z_rrf2_H
5 #define z_rrf2_H
6
7 #include <yaz/odr.h>
8 #include <yaz/z-core.h>
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12
13 typedef struct Z_ResourceReport2 Z_ResourceReport2;
14 YAZ_EXPORT int z_ResourceReport2 (ODR o, Z_ResourceReport2 **p, int opt, const char *name);
15
16 typedef struct Z_Estimate2 Z_Estimate2;
17 YAZ_EXPORT int z_Estimate2 (ODR o, Z_Estimate2 **p, int opt, const char *name);
18 #ifdef __cplusplus
19 }
20 #endif
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 struct Z_ResourceReport2 {
25         int num_estimates;
26         Z_Estimate2 **estimates; /* OPT */
27         Z_InternationalString *message; /* OPT */
28 };
29
30 struct Z_Estimate2 {
31         Z_StringOrNumeric *type;
32         Z_IntUnit *value;
33 };
34
35 #ifdef __cplusplus
36 }
37 #endif
38 #endif