aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/asn1fix_cws.h
blob: 25fd20886f85928d0e622679706cb47d317ffc81 (plain)
1
2
3
4
5
6
7
8
9
10
#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_ */