a9b8276ac80b6edc9bc340401735c7c0462de9c7
[yaz-moved-to-github.git] / include / yaz / z-sutrs.h
1 /* YC 0.2: Tue Feb 29 16:45:06 CET 2000 */
2 /* Module-H RecordSyntax-SUTRS */
3
4 #ifndef z_sutrs_H
5 #define z_sutrs_H
6
7 #include <yaz/odr.h>
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 typedef Odr_oct Z_SUTRS;
13 YAZ_EXPORT int z_SUTRS (ODR o, Odr_oct **p, int opt);
14
15 #ifdef __cplusplus
16 }
17 #endif
18 #include <yaz/z-core.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 typedef Z_InternationalString  Z_SutrsRecord;
24 YAZ_EXPORT int z_SutrsRecord (ODR o, Z_SutrsRecord **p, int opt, const char *name);
25 #ifdef __cplusplus
26 }
27 #endif
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31
32
33 #ifdef __cplusplus
34 }
35 #endif
36 #endif