blob: face3a1ef4720741f2d0b7e16e734855f1b479d8 [file] [log] [blame]
#ifndef ASN1_IOC_H
#define ASN1_IOC_H
#include "asn1compiler.h"
#include "asn1p_class.h"
typedef struct asn1c_ioc_table_and_objset_s {
asn1p_ioc_table_t *ioct;
asn1p_expr_t *objset;
int fatal_error; /* if ioct == NULL then specifies error or 0. */
} asn1c_ioc_table_and_objset_t;
asn1c_ioc_table_and_objset_t asn1c_get_ioc_table(arg_t *arg);
int emit_ioc_table(arg_t *arg, asn1p_expr_t *context,
asn1c_ioc_table_and_objset_t);
#endif /* ASN1_IOC_H */