aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/actions.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-14 13:34:47 +0300
committerJoursoir <chat@joursoir.net>2021-12-14 13:34:47 +0300
commitec796ed26a5860fc501bc00d82b3045553585ee4 (patch)
treeaa35c004b701fbc448886543353043fd1726b0bb /Library/UefiShellUfmCommandLib/actions.h
parenta03c7119f13ca3aae2d7149e007141de7b9fe419 (diff)
downloadufm-ec796ed26a5860fc501bc00d82b3045553585ee4.tar.gz
ufm-ec796ed26a5860fc501bc00d82b3045553585ee4.tar.bz2
ufm-ec796ed26a5860fc501bc00d82b3045553585ee4.zip
actions: make frontend deletion of 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 57e967c..0bb301e 100644
--- a/Library/UefiShellUfmCommandLib/actions.h
+++ b/Library/UefiShellUfmCommandLib/actions.h
@@ -25,6 +25,7 @@ BOOLEAN mark(VOID);
BOOLEAN edit(VOID);
BOOLEAN hexedit(VOID);
BOOLEAN mkdir(VOID);
+BOOLEAN rm(VOID);
BOOLEAN show_filesystems(VOID);
BOOLEAN do_nothing(VOID);
BOOLEAN quit(VOID);