blob: 429e7dd89cfc047732d5a7bb05df6bf42fbc40e0 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001#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 */
10int asn1f_check_type_compatibility(arg_t *arg,
11 asn1p_expr_t *a,
12 asn1p_expr_t *b);
13
14#endif /* _ASN1FIX_COMPAT_H_ */