asn1c/libasn1fix/asn1fix_class.h

11 lines
285 B
C
Raw Normal View History

2016-03-14 09:57:07 +00:00
#ifndef ASN1FIX_CLASS_H
#define ASN1FIX_CLASS_H
2004-06-03 03:38:44 +00:00
/*
* Fetch the element from the class-related stuff (thing) by its reference.
*/
2017-08-22 08:48:23 +00:00
asn1p_expr_t *asn1f_class_access(arg_t *, asn1p_expr_t *rhs_pspecs,
const asn1p_ref_t *);
2004-06-03 03:38:44 +00:00
2016-03-14 09:57:07 +00:00
#endif /* ASN1FIX_CLASS_H */