asn1c/libasn1compiler/asn1c_constraint.h

7 lines
141 B
C
Raw Normal View History

2016-03-14 09:57:07 +00:00
#ifndef ASN1C_CONSTRAINT_H
#define ASN1C_CONSTRAINT_H
2004-08-19 13:29:46 +00:00
int asn1c_emit_constraint_checking_code(arg_t *arg);
2016-03-14 09:57:07 +00:00
#endif /* ASN1C_CONSTRAINT_H */