blob: b704ff8b890bcd3f89021ef94631669ea356741d [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001#ifndef _ASN1FIX_CLASS_H_
2#define _ASN1FIX_CLASS_H_
3
4/*
5 * Fetch the element from the class-related stuff (thing) by its reference.
6 */
Lev Walkina00d6b32006-03-21 03:40:38 +00007asn1p_expr_t *asn1f_class_access(arg_t *, asn1p_module_t *mod, asn1p_expr_t *rhs_pspecs, asn1p_ref_t *);
Lev Walkinf15320b2004-06-03 03:38:44 +00008
Lev Walkinf15320b2004-06-03 03:38:44 +00009#endif /* _ASN1FIX_CLASS_H_ */