blob: aeb05c0a880d16b51e2784ec987d5c82fc575569 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001#ifndef _ASN1FIX_CONSTRUCTED_H_
2#define _ASN1FIX_CONSTRUCTED_H_
3
4/*
5 * Fix extensions in constructed types.
6 */
7int asn1f_fix_constr_ext(arg_t *);
8
9/*
10 * Fix tagging in constructed types.
11 */
12int asn1f_fix_constr_tag(arg_t *);
13
14/*
15 * Check distinctive tagging in constructed types.
16 */
17int asn1f_check_constr_tags_distinct(arg_t *);
18
19/*
20 * Perform automatic tagging.
21 */
22int asn1f_fix_constr_autotag(arg_t *);
23
24#endif /* _ASN1FIX_CONSTRUCTED_H_ */