source: trunk/gsdl/packages/yaz/z39.50/z-sutrs.c@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 390 bytes
Line 
1/* Generated automatically by the YAZ ASN.1 Compiler 0.3 */
2/* Module-C: RecordSyntax-SUTRS */
3
4#include <yaz/z-sutrs.h>
5
6int z_SutrsRecord (ODR o, Z_SutrsRecord **p, int opt, const char *name)
7{
8 return z_InternationalString (o, p, opt, name);
9}
10
11int z_SUTRS (ODR o, Odr_oct **p, int opt)
12{
13 return odr_implicit(o, odr_octetstring, p, ODR_UNIVERSAL,
14 ODR_GENERALSTRING, opt);
15}
16
Note: See TracBrowser for help on using the repository browser.