Initial commit
[yaz4j-moved-to-github.git] / dependencies / yaz-2.1.28 / include / yaz / z-sutrs.h
1 /** \file z-sutrs.h
2     \brief ASN.1 Module RecordSyntax-SUTRS
3
4     Generated automatically by YAZ ASN.1 Compiler 0.4
5 */
6
7 #ifndef z_sutrs_H
8 #define z_sutrs_H
9
10 #include <yaz/odr.h>
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 typedef Odr_oct Z_SUTRS;
16 YAZ_EXPORT int z_SUTRS (ODR o, Odr_oct **p, int opt, const char *name);
17
18 #ifdef __cplusplus
19 }
20 #endif
21 #include <yaz/z-core.h>
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 typedef Z_InternationalString  Z_SutrsRecord;
27 YAZ_EXPORT int z_SutrsRecord (ODR o, Z_SutrsRecord **p, int opt, const char *name);
28 #ifdef __cplusplus
29 }
30 #endif
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34
35
36 #ifdef __cplusplus
37 }
38 #endif
39 #endif