diff simtool/globals.c @ 93:d4150123ca45

fc-simtool: some refactoring of SELECT response parsing
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Jan 2021 20:25:04 +0000
parents fb75855a74a9
children
line wrap: on
line diff
--- a/simtool/globals.c	Sun Jan 24 19:59:10 2021 +0000
+++ b/simtool/globals.c	Sun Jan 24 20:25:04 2021 +0000
@@ -7,4 +7,5 @@
 char *reader_name_buf;
 u_char sim_resp_data[258];
 unsigned sim_resp_data_len, sim_resp_sw;
-unsigned curfile_record_len;
+unsigned curfile_total_size, curfile_structure;
+unsigned curfile_record_len, curfile_record_count;