Add parameter in the header.

This commit is contained in:
Patrick Thomson 2020-08-05 13:10:02 -04:00
parent 49be94f069
commit 8d58a0d33a

View file

@ -89,7 +89,7 @@ uint32_t ts_tags_buffer_docs_len(const TSTagsBuffer *);
const char **ts_tagger_syntax_kinds_for_scope_name(const TSTagger *, const char *scope_name, uint32_t *len);
// Determine whether a parse error was encountered while tagging.
bool ts_tags_buffer_found_parse_error();
bool ts_tags_buffer_found_parse_error(const TSTagsBuffer*);
#ifdef __cplusplus
}