diff options
Diffstat (limited to 'recovery_cmds.h')
-rw-r--r-- | recovery_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery_cmds.h b/recovery_cmds.h index 935f283..09a92d9 100644 --- a/recovery_cmds.h +++ b/recovery_cmds.h @@ -31,6 +31,7 @@ int pigz_main(int argc, char **argv); int start_main(int argc, char **argv); int stop_main(int argc, char **argv); int mksh_main(int argc, char **argv); +int vdc_main(int argc, char **argv); int toybox_driver(int argc, char **argv); @@ -54,6 +55,7 @@ static const struct recovery_cmd recovery_cmds[] = { { "start", start_main }, { "stop", stop_main }, { "sh", mksh_main }, + { "vdc", vdc_main }, { NULL, NULL }, }; |