blob: 25fd20886f85928d0e622679706cb47d317ffc81 [file] [log] [blame]
Lev Walkincb4cd5b2006-03-14 15:23:06 +00001#ifndef _ASN1FIX_CLASS_WITH_SYNTAX_H_
2#define _ASN1FIX_CLASS_WITH_SYNTAX_H_
3
Lev Walkin9d542d22006-03-14 16:31:37 +00004/*
5 * CLASS may contain the "WITH SYNTAX" clause, in which case we are
6 * going to parse it.
7 */
8int asn1f_parse_class_with_syntax(arg_t *arg);
9
Lev Walkincb4cd5b2006-03-14 15:23:06 +000010#endif /* _ASN1FIX_CLASS_WITH_SYNTAX_H_ */