Return version tags in directory listing

This commit is contained in:
2025-11-25 12:08:33 +01:00
parent afad13f44f
commit 0d099a1fa6
6 changed files with 16 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ int toasty_delete(ToastyFS *toasty, ToastyString path, ToastyVersionTag vtag);
typedef struct {
char name[128]; // TODO: Implement a proper name length
bool is_dir;
ToastyVersionTag vtag;
} ToastyListingEntry;
typedef struct {