blob: 02292a64924a3cd24de745492fc360f7a44a9b6e [file] [log] [blame]
Lev Walkinc6cac8e2016-03-14 02:57:07 -07001#ifndef ASN1FIX_CLASS_H
2#define ASN1FIX_CLASS_H
Lev Walkinf15320b2004-06-03 03:38:44 +00003
4/*
5 * Fetch the element from the class-related stuff (thing) by its reference.
6 */
Lev Walkinc0e03b92017-08-22 01:48:23 -07007asn1p_expr_t *asn1f_class_access(arg_t *, asn1p_expr_t *rhs_pspecs,
8 const asn1p_ref_t *);
Lev Walkinf15320b2004-06-03 03:38:44 +00009
Lev Walkinc6cac8e2016-03-14 02:57:07 -070010#endif /* ASN1FIX_CLASS_H */