aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/actions.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-14 13:39:09 +0300
committerJoursoir <chat@joursoir.net>2021-12-14 13:39:09 +0300
commit7e1a69e43832a7ada128e3f47c9d71071e1336c1 (patch)
treeffad0a18476084e6a531e325f32669257d59fdc0 /Library/UefiShellUfmCommandLib/actions.h
parent5bd1cfdd299b7cbc1709363d58598be66b90abb2 (diff)
downloadufm-7e1a69e43832a7ada128e3f47c9d71071e1336c1.tar.gz
ufm-7e1a69e43832a7ada128e3f47c9d71071e1336c1.tar.bz2
ufm-7e1a69e43832a7ada128e3f47c9d71071e1336c1.zip
actions: make frontend copying 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 1080678..d6896bd 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 cp(VOID);
BOOLEAN mv(VOID);
BOOLEAN mkdir(VOID);
BOOLEAN rm(VOID);