diff simtool/globals.h @ 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.h	Sun Jan 24 19:59:10 2021 +0000
+++ b/simtool/globals.h	Sun Jan 24 20:25:04 2021 +0000
@@ -5,4 +5,5 @@
 extern char *reader_name_buf;
 extern u_char sim_resp_data[];
 extern unsigned sim_resp_data_len, sim_resp_sw;
-extern unsigned curfile_record_len;
+extern unsigned curfile_total_size, curfile_structure;
+extern unsigned curfile_record_len, curfile_record_count;