00001 00007 #include <yaz/z-sutrs.h> 00008 00009 int z_SutrsRecord (ODR o, Z_SutrsRecord **p, int opt, const char *name) 00010 { 00011 return z_InternationalString (o, p, opt, name); 00012 } 00013 00014 int z_SUTRS (ODR o, Odr_oct **p, int opt, const char *name) 00015 { 00016 return odr_implicit_tag(o, odr_octetstring, p, ODR_UNIVERSAL, 00017 ODR_GENERALSTRING, opt, name); 00018 } 00019
1.5.6