Rename ts_tree_total_size_point to ts_tree_offset_point

This commit is contained in:
joshvera 2015-11-25 11:28:28 -05:00
parent 2669933d06
commit ad58b752e6
3 changed files with 5 additions and 5 deletions

View file

@ -54,7 +54,7 @@ char *ts_tree_string(const TSTree *tree, const char **names,
TSPoint ts_find_parent_offset_point(const TSTree *self);
TSLength ts_tree_total_size(const TSTree *tree);
TSPoint ts_tree_total_size_point(const TSTree *self);
TSPoint ts_tree_offset_point(const TSTree *self);
void ts_tree_prepend_children(TSTree *, size_t, TSTree **);
void ts_tree_edit(TSTree *, TSInputEdit);