Avoid redundant YAZ includes.
[yaz4j-moved-to-github.git] / dependencies / yaz-2.1.28 / test / tstodrcodec.h
1 /** \file tstodrcodec.h
2     \brief ASN.1 Module tstodrcodec
3
4     Generated automatically by YAZ ASN.1 Compiler 0.4
5 */
6
7 #ifndef tstodrcodec_H
8 #define tstodrcodec_H
9
10 #include <yaz/odr.h>
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 typedef struct Yc_MySequence Yc_MySequence;
16 YAZ_EXPORT int yc_MySequence (ODR o, Yc_MySequence **p, int opt, const char *name);
17 #ifdef __cplusplus
18 }
19 #endif
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 struct Yc_MySequence {
24         int *first;
25         Odr_oct *second;
26         bool_t *third;
27         Odr_null *fourth;
28 #define YC_MySequence_enum1 0
29 #define YC_MySequence_enum2 1
30         int *fifth;
31         Odr_oid *myoid;
32 };
33
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif