diff rvinterf/asyncshell/usercmd.c @ 1014:0511507bf6e7

fc-shell: tch-dl control command implemented
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 20 Mar 2016 22:52:25 +0000
parents 6eee1e547778
children 1178befeda76
line wrap: on
line diff
--- a/rvinterf/asyncshell/usercmd.c	Sun Mar 20 22:27:07 2016 +0000
+++ b/rvinterf/asyncshell/usercmd.c	Sun Mar 20 22:52:25 2016 +0000
@@ -17,6 +17,7 @@
 extern void cmd_sendat();
 extern void cmd_send_interactive();
 extern void cmd_sp_interactive();
+extern void cmd_tchdl_interactive();
 extern void cmd_tgtreset();
 
 void
@@ -38,6 +39,7 @@
 	{"send", cmd_send_interactive},
 	{"sp", cmd_sp_interactive},
 	{"str", cmd_sendat},
+	{"tch-dl", cmd_tchdl_interactive},
 	{"tgtreset", cmd_tgtreset},
 	{0, 0}
 };