b147a1b2a28d00fafbd9423803867bb0aaa00a3f
[com/asn1c.git] / libasn1fix / asn1fix_compat.h
1 #ifndef ASN1FIX_COMPAT_H
2 #define ASN1FIX_COMPAT_H
3
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  */
10 int asn1f_check_type_compatibility(arg_t *arg,
11         asn1p_expr_t *a,
12         asn1p_expr_t *b);
13
14 #endif  /* ASN1FIX_COMPAT_H */