This commit is contained in:
Philippe Teuwen 2019-04-06 00:38:22 +02:00
commit 59d40068e2
51 changed files with 528 additions and 528 deletions

View file

@ -41,7 +41,7 @@
#include "cmdsmartcard.h" // rdv40 smart card ISO7816 commands
#endif
extern int CommandReceived(char *Cmd);
extern command_t *getTopLevelCommandTable();
int CommandReceived(char *Cmd);
command_t *getTopLevelCommandTable();
#endif