blob: 481c0b342f68113eae5c29168721e40ffc518b6f [file] [log] [blame]
Lev Walkin84cd58e2004-08-19 13:29:46 +00001#ifndef _ASN1C_CONSTRAINT_H_
2#define _ASN1C_CONSTRAINT_H_
3
4int asn1c_emit_constraint_tables(arg_t *arg, asn1p_constraint_t *ct);
5int asn1c_emit_constraint_checking_code(arg_t *arg);
6
7#endif /* _ASN1C_CONSTRAINT_H_ */