Avoid redundant YAZ includes.
[yaz4j-moved-to-github.git] / dependencies / yaz-2.1.28 / src / z-sutrs.c
1 /** \file z-sutrs.c
2     \brief ASN.1 Module RecordSyntax-SUTRS
3
4     Generated automatically by YAZ ASN.1 Compiler 0.4
5 */
6
7 #include <yaz/z-sutrs.h>
8
9 int z_SutrsRecord (ODR o, Z_SutrsRecord **p, int opt, const char *name)
10 {
11         return z_InternationalString (o, p, opt, name);
12 }
13
14 int z_SUTRS (ODR o, Odr_oct **p, int opt, const char *name)
15 {
16     return odr_implicit_tag(o, odr_octetstring, p, ODR_UNIVERSAL,
17         ODR_GENERALSTRING, opt, name);
18 }
19