blob: c849b2b3858cf1ca3a9cbe27f5632a34f89f0733 [file] [log] [blame]
vlmfa67ddc2004-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 */
7asn1p_expr_t *
8asn1f_class_access(arg_t *, asn1p_ref_t *, asn1p_module_t **mod_r);
9
10/*
11 * Externally accessible version of above function.
12 */
13asn1p_expr_t *asn1f_class_access2(asn1p_t *asn, asn1p_module_t *mod,
14 asn1p_expr_t *expr, asn1p_ref_t *, asn1p_module_t **mod_r);
15
16#endif /* _ASN1FIX_CLASS_H_ */