mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 11:49:46 +00:00
fs: Use void for functions with no arguments
This commit is contained in:
parent
c2849cc9b7
commit
adaa1844b4
@ -32,7 +32,7 @@ namespace FS {
|
||||
Result Delete(FsDirectoryEntry *entry);
|
||||
Result SetArchiveBit(FsDirectoryEntry *entry);
|
||||
void Copy(FsDirectoryEntry *entry, const std::string &path);
|
||||
Result Paste();
|
||||
Result Paste(void);
|
||||
Result Move(void);
|
||||
Result GetFileSize(const char path[FS_MAX_PATH], s64 *size);
|
||||
Result WriteFile(const char path[FS_MAX_PATH], const void *buf, u64 size);
|
||||
|
Loading…
Reference in New Issue
Block a user