libopensc: uncomplete changes in c48afdbf breaks windows builds

This commit is contained in:
Viktor Tarasov 2015-08-16 20:18:29 +02:00
parent 9cae888dd8
commit ff2d88a724
3 changed files with 27 additions and 27 deletions

View File

@ -303,7 +303,7 @@ static struct sc_reader_driver ctapi_drv = {
"CT-API module",
"ctapi",
&ctapi_ops,
0, 0, NULL
NULL
};
static struct ctapi_module * add_module(struct ctapi_global_private_data *gpriv,

View File

@ -46,7 +46,7 @@ static struct sc_reader_driver openct_reader_driver = {
"OpenCT reader",
"openct",
&openct_ops,
0, 0, NULL
NULL
};
/* private data structures */

View File

@ -2093,7 +2093,7 @@ static struct sc_reader_driver cardmod_drv = {
"PC/SC cardmod reader",
"cardmod",
&cardmod_ops,
0, 0, NULL
NULL
};
static int cardmod_init(sc_context_t *ctx)