refactor(tree)!: renamed the save_tree function to snapshot_tree
This commit is contained in:
parent
e63fb4a0fa
commit
983c6d4ca4
2 changed files with 5 additions and 9 deletions
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
typedef List FileInfoBuffer;
|
||||
|
||||
void save_tree(PathBuffer*);
|
||||
void snapshot_tree(PathBuffer*);
|
||||
|
||||
#endif // TREE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue