2017-08-04 11:03:14 -07:00
|
|
|
#ifndef RUNTIME_GET_CHANGED_RANGES_H_
|
|
|
|
|
#define RUNTIME_GET_CHANGED_RANGES_H_
|
|
|
|
|
|
2018-05-10 15:11:14 -07:00
|
|
|
#include "runtime/subtree.h"
|
2017-08-04 11:03:14 -07:00
|
|
|
|
2018-05-10 15:11:14 -07:00
|
|
|
unsigned ts_subtree_get_changed_ranges(
|
2018-05-11 15:06:13 -07:00
|
|
|
const Subtree *old_tree, const Subtree *new_tree,
|
|
|
|
|
TSTreeCursor *cursor1, TSTreeCursor *cursor2,
|
2017-08-04 11:03:14 -07:00
|
|
|
const TSLanguage *language, TSRange **ranges
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
#endif // RUNTIME_GET_CHANGED_RANGES_H_
|