aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/actions.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-14 13:37:44 +0300
committerJoursoir <chat@joursoir.net>2021-12-14 13:38:40 +0300
commit5bd1cfdd299b7cbc1709363d58598be66b90abb2 (patch)
tree0d3125d2004dc9b1ecdcbad58547fe7ab6f8092e /Library/UefiShellUfmCommandLib/actions.h
parentec796ed26a5860fc501bc00d82b3045553585ee4 (diff)
downloadufm-5bd1cfdd299b7cbc1709363d58598be66b90abb2.tar.gz
ufm-5bd1cfdd299b7cbc1709363d58598be66b90abb2.tar.bz2
ufm-5bd1cfdd299b7cbc1709363d58598be66b90abb2.zip
actions: make frontend renaming and moving file
Diffstat (limited to 'Library/UefiShellUfmCommandLib/actions.h')
-rw-r--r--Library/UefiShellUfmCommandLib/actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/actions.h b/Library/UefiShellUfmCommandLib/actions.h
index 0bb301e..1080678 100644
--- a/Library/UefiShellUfmCommandLib/actions.h
+++ b/Library/UefiShellUfmCommandLib/actions.h
@@ -24,6 +24,7 @@ BOOLEAN execute(VOID);
BOOLEAN mark(VOID);
BOOLEAN edit(VOID);
BOOLEAN hexedit(VOID);
+BOOLEAN mv(VOID);
BOOLEAN mkdir(VOID);
BOOLEAN rm(VOID);
BOOLEAN show_filesystems(VOID);