diff options
author | Joursoir <chat@joursoir.net> | 2021-12-14 13:39:09 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-14 13:39:09 +0300 |
commit | 7e1a69e43832a7ada128e3f47c9d71071e1336c1 (patch) | |
tree | ffad0a18476084e6a531e325f32669257d59fdc0 /Library/UefiShellUfmCommandLib/actions.h | |
parent | 5bd1cfdd299b7cbc1709363d58598be66b90abb2 (diff) | |
download | ufm-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.h | 1 |
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); |