NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / libasn1fix / asn1fix_class.h
1 #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  */
7 asn1p_expr_t *asn1f_class_access(arg_t *, asn1p_expr_t *rhs_pspecs,
8                                  const asn1p_ref_t *);
9
10 #endif  /* ASN1FIX_CLASS_H */