diff simtool/dispatch.c @ 132:d991944aa5f3

fc-simtool: local cd command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 20 Feb 2021 22:23:03 +0000
parents 7305f2e63d66
children 277c66de296f
line wrap: on
line diff
--- a/simtool/dispatch.c	Sat Feb 20 22:13:54 2021 +0000
+++ b/simtool/dispatch.c	Sat Feb 20 22:23:03 2021 +0000
@@ -10,6 +10,7 @@
 
 extern int cmd_a38();
 extern int cmd_apdu();
+extern int cmd_cd();
 extern int cmd_change_chv();
 extern int cmd_disable_chv();
 extern int cmd_enable_chv();
@@ -103,6 +104,7 @@
 	{"a38", 1, 1, 1, cmd_a38},
 	{"apdu", 1, 1, 0, cmd_apdu},
 	{"atr", 0, 0, 0, retrieve_atr},
+	{"cd", 1, 1, 0, cmd_cd},
 	{"change-chv1", 2, 2, 0, cmd_change_chv},
 	{"change-chv2", 2, 2, 0, cmd_change_chv},
 	{"change-pin1", 2, 2, 0, cmd_change_chv},