refactor(tree): changes according to API changes of the FileInfoBuffer

This commit is contained in:
lisk77 2025-08-28 03:49:51 +02:00
parent 52e740fab0
commit a3ee042758
2 changed files with 18 additions and 9 deletions

View file

@ -6,8 +6,6 @@
#include "utilities.h"
#include "hash.h"
typedef List FileInfoBuffer;
void snapshot_tree(PathBuffer*);
void snapshot_tree(FileInfoBuffer*);
#endif // TREE_H