Initial version of asn1c
[com/asn1c.git] / libasn1fix / asn1fix_enum.h
diff --git a/libasn1fix/asn1fix_enum.h b/libasn1fix/asn1fix_enum.h
new file mode 100644 (file)
index 0000000..7c2a9db
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef        ASN1FIX_ENUM_H
+#define        ASN1FIX_ENUM_H
+
+int asn1f_fix_enum(arg_t *);   /* Enumeration ::= ENUMERATED { a(1), b(2) } */
+
+#endif /* ASN1FIX_ENUM_H */