Added files.
[yaz-moved-to-github.git] / z39.50 / z-sutrs.c
diff --git a/z39.50/z-sutrs.c b/z39.50/z-sutrs.c
new file mode 100644 (file)
index 0000000..0a1a15b
--- /dev/null
@@ -0,0 +1,16 @@
+/* YC 0.2 Tue Feb 29 16:45:06 CET 2000 */
+/* Module-C: RecordSyntax-SUTRS */
+
+#include <yaz/z-sutrs.h>
+
+int z_SutrsRecord (ODR o, Z_SutrsRecord **p, int opt, const char *name)
+{
+       return z_InternationalString (o, p, opt, name);
+}
+
+int z_SUTRS (ODR o, Odr_oct **p, int opt)
+{
+    return odr_implicit(o, odr_octetstring, p, ODR_UNIVERSAL,
+        ODR_GENERALSTRING, opt);
+}
+