Clean up parser header further

This commit is contained in:
Max Brunsfeld 2014-03-15 15:15:59 -07:00
parent da992b77ff
commit 464a0e8dad
3 changed files with 15 additions and 12 deletions

View file

@ -53,7 +53,7 @@ typedef struct {
const char **symbol_names;
void *data;
} ts_parser;
const ts_tree * ts_parser_parse(ts_parser *, ts_input);
void ts_parser_free(ts_parser *);