aboutsummaryrefslogtreecommitdiffstats
path: root/tools/card-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/card-tool.h')
-rw-r--r--tools/card-tool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/card-tool.h b/tools/card-tool.h
index bea618a8c..9aca8131d 100644
--- a/tools/card-tool.h
+++ b/tools/card-tool.h
@@ -27,6 +27,7 @@
/* We keep all global options in the structure OPT. */
struct
{
+ int interactive;
int verbose;
unsigned int debug;
int quiet;
@@ -137,6 +138,7 @@ typedef struct key_info_s *key_info_t;
*/
struct card_info_s
{
+ int initialized; /* True if a learn command was successful. */
int error; /* private. */
char *reader; /* Reader information. */
char *cardtype; /* NULL or type of the card. */