blob: 9d3595b9f840da27359ca1a763acd586cdeeddf5 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001#ifndef _ASN1FIX_TAGS_H_
2#define _ASN1FIX_TAGS_H_
3
4int asn1f_fetch_tag(asn1p_t *asn, asn1p_module_t *mod, asn1p_expr_t *expr, struct asn1p_type_tag_s *tag);
5
6#endif /* _ASN1FIX_TAGS_H_ */