blob: b147a1b2a28d00fafbd9423803867bb0aaa00a3f [file] [log] [blame]
Lev Walkinc6cac8e2016-03-14 02:57:07 -07001#ifndef ASN1FIX_COMPAT_H
2#define ASN1FIX_COMPAT_H
Lev Walkinf15320b2004-06-03 03:38:44 +00003
4/*
5 * Check that the expressions given are compatible in their type.
6 * ORDER DOES MATTER!
7 * The compatibility is being checked as if the value of b were used
8 * to assign it to type a.
9 */
10int asn1f_check_type_compatibility(arg_t *arg,
11 asn1p_expr_t *a,
12 asn1p_expr_t *b);
13
Lev Walkinc6cac8e2016-03-14 02:57:07 -070014#endif /* ASN1FIX_COMPAT_H */