refactor(tree)!: renamed the save_tree function to snapshot_tree

This commit is contained in:
lisk77 2025-08-27 03:00:35 +02:00
parent e63fb4a0fa
commit 983c6d4ca4
2 changed files with 5 additions and 9 deletions

View file

@ -8,6 +8,6 @@
typedef List FileInfoBuffer;
void save_tree(PathBuffer*);
void snapshot_tree(PathBuffer*);
#endif // TREE_H