Kernel: Implement the Close command for Archive, File and Directory.
This commit is contained in:
parent
99bfa4ae1f
commit
3a570a9fee
2 changed files with 43 additions and 0 deletions
|
@ -21,6 +21,13 @@ namespace Kernel {
|
|||
*/
|
||||
Handle OpenArchive(FileSys::Archive::IdCode id_code);
|
||||
|
||||
/**
|
||||
* Closes an archive
|
||||
* @param id_code IdCode of the archive to open
|
||||
* @return true if it worked fine
|
||||
*/
|
||||
Result CloseArchive(FileSys::Archive::IdCode id_code);
|
||||
|
||||
/**
|
||||
* Creates an Archive
|
||||
* @param backend File system backend interface to the archive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue