aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'recovery_cmds.h')
-rw-r--r--recovery_cmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/recovery_cmds.h b/recovery_cmds.h
index a420ae1..51bf57c 100644
--- a/recovery_cmds.h
+++ b/recovery_cmds.h
@@ -21,6 +21,7 @@
#include <string.h>
int minizip_main(int argc, char **argv);
+int miniunz_main(int argc, char **argv);
int make_ext4fs_main(int argc, char **argv);
int reboot_main(int argc, char **argv);
int poweroff_main(int argc, char **argv);
@@ -53,6 +54,8 @@ static const struct recovery_cmd recovery_cmds[] = {
{ "pigz", pigz_main },
{ "gzip", pigz_main },
{ "gunzip", pigz_main },
+ { "zip", minizip_main },
+ { "unzip", miniunz_main },
{ "start", start_main },
{ "stop", stop_main },
{ "sh", mksh_main },