mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NAMUT_DeleteNandTmpDirectory() を追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2260 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
8342327d46
commit
6a3abcf708
@ -125,6 +125,17 @@ BOOL NAMUTi_DestroySubBanner(const char* path);
|
||||
*---------------------------------------------------------------------------*/
|
||||
BOOL NAMUT_DeleteNandDirectory(const char *path);
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
Name: NAMUT_DeleteNandTmpDirectory
|
||||
|
||||
Description: "nand:/tmp" ディレクトリ以下を消去します。
|
||||
例外として、"nand:/tmp/es" 以下を残します。
|
||||
|
||||
Arguments: None
|
||||
|
||||
Returns: None
|
||||
*---------------------------------------------------------------------------*/
|
||||
BOOL NAMUT_DeleteNandTmpDirectory(void);
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
Name: NAMUT_ClearTWLSettings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user