X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8d7d7b618777fddcde8897945f2ec42eb85095e2..fb27c733133554aab2888a48bdb58c4502bc8a9b:/client/cmdsmartcard.h diff --git a/client/cmdsmartcard.h b/client/cmdsmartcard.h index 3a4c7956..310a417c 100644 --- a/client/cmdsmartcard.h +++ b/client/cmdsmartcard.h @@ -15,12 +15,6 @@ #include extern int CmdSmartcard(const char *Cmd); - -extern int CmdSmartRaw(const char* cmd); -extern int CmdSmartUpgrade(const char* cmd); -extern int CmdSmartInfo(const char* cmd); -extern int CmdSmartReader(const char *Cmd); - extern int ExchangeAPDUSC(uint8_t *datain, int datainlen, bool activateCard, bool leaveSignalON, uint8_t *dataout, int maxdataoutlen, int *dataoutlen); #endif