blob: 25fd20886f85928d0e622679706cb47d317ffc81 [file] [log] [blame]
#ifndef _ASN1FIX_CLASS_WITH_SYNTAX_H_
#define _ASN1FIX_CLASS_WITH_SYNTAX_H_
/*
* CLASS may contain the "WITH SYNTAX" clause, in which case we are
* going to parse it.
*/
int asn1f_parse_class_with_syntax(arg_t *arg);
#endif /* _ASN1FIX_CLASS_WITH_SYNTAX_H_ */