X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1511ea28a8cc647a6fc462e9c182622a43df1318..a9104f7e31d6c134f9772fef6df2156ed06c9e78:/client/proxmark3.c diff --git a/client/proxmark3.c b/client/proxmark3.c index 6fb066e8..a25ecb41 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -28,6 +28,8 @@ #include "cmdhw.h" #include "whereami.h" #include "comms.h" +#include "pcsc.h" + void #ifdef __has_attribute @@ -48,6 +50,7 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) { SetOffline(true); } + // file with script FILE *script_file = NULL; char script_cmd_buf[256] = {0}; // iceman, needs lua script the same file_path_buffer as the rest