defined missing symbols from pcsclite.h

This commit is contained in:
Frank Morgner
2013-08-07 21:46:53 +02:00
parent 37daaf1192
commit 765cb8d7ef

View File

@@ -43,6 +43,9 @@ static size_t context_count = 0;
static const char reader_format_str[] = "Virtual PCD %02"SCNu32;
static const SCARDHANDLE validhandle = 1;
/* defined as "extern" in pcsclite.h, but not used here */
const SCARD_IO_REQUEST g_rgSCardT0Pci, g_rgSCardT1Pci, g_rgSCardRawPci;
/* part of libvpcd, but not exported */
extern const unsigned char vicc_max_slots;
extern const char *hostname;