diff uicc/globals.c @ 130:f691a19f191d

fc-uicc-tool skeleton started
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 04 Feb 2021 00:08:12 +0000
parents
children 429a8f80426e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uicc/globals.c	Thu Feb 04 00:08:12 2021 +0000
@@ -0,0 +1,9 @@
+#include <sys/types.h>
+#include <pcsclite.h>
+#include <winscard.h>
+
+SCARDCONTEXT hContext;
+SCARDHANDLE hCard;
+char *reader_name_buf;
+u_char sim_resp_data[258];
+unsigned sim_resp_data_len, sim_resp_sw;