Use option -fPIC for g++
[yaz4j-moved-to-github.git] / dependencies / yaz_3.0.14 / include / yaz / z-rrf2.h
1 /** \file z-rrf2.h
2     \brief ASN.1 Module ResourceReport-Format-Resource-2
3
4     Generated automatically by YAZ ASN.1 Compiler 0.4
5 */
6
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
16 typedef struct Z_ResourceReport2 Z_ResourceReport2;
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
27 struct Z_ResourceReport2 {
28         int num_estimates;
29         Z_Estimate2 **estimates; /* OPT */
30         Z_InternationalString *message; /* OPT */
31 };
32
33 struct Z_Estimate2 {
34         Z_StringOrNumeric *type;
35         Z_IntUnit *value;
36 };
37
38 #ifdef __cplusplus
39 }
40 #endif
41 #endif