X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8d7d7b618777fddcde8897945f2ec42eb85095e2..28ae37b74612436cc2e5fee4dbcc3e42cc9aaf03:/client/cmdsmartcard.h?ds=inline

diff --git a/client/cmdsmartcard.h b/client/cmdsmartcard.h
index 3a4c7956..8925ac5a 100644
--- a/client/cmdsmartcard.h
+++ b/client/cmdsmartcard.h
@@ -13,14 +13,10 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include "smartcard.h"
 
 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 bool smart_getATR(smart_card_atr_t *card);
 extern int ExchangeAPDUSC(uint8_t *datain, int datainlen, bool activateCard, bool leaveSignalON, uint8_t *dataout, int maxdataoutlen, int *dataoutlen);
 
 #endif