| 62 |
void parser_dump(struct parser_res *, const struct parser_keywords *); |
void parser_dump(struct parser_res *, const struct parser_keywords *); |
| 63 |
void parser_free(struct parser_result *); |
void parser_free(struct parser_result *); |
| 64 |
EXTERN char *parser_errpfx I__(NULL); |
EXTERN char *parser_errpfx I__(NULL); |
| 65 |
|
struct parser_res *parse_lookupbyname(struct parser_result *, const char *); |
| 66 |
|
struct parser_res *parse_lookup(struct parser_result *, struct parser_res *); |
| 67 |
__END_DECLS |
__END_DECLS |
| 68 |
|
|
| 69 |
#endif |
#endif |