mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update ustar functions
This commit is contained in:
@ -80,7 +80,9 @@ namespace VirtualFileSystem
|
||||
}
|
||||
|
||||
public:
|
||||
USTAR(uintptr_t Address, Virtual *vfs_ctx);
|
||||
bool TestArchive(uintptr_t Address);
|
||||
void ReadArchive(uintptr_t Address, Virtual *vfs_ctx);
|
||||
USTAR();
|
||||
~USTAR();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user