Re: [opensc-devel] [opensc-commits] svn openct changed [1101] eToken now supports the new event interface

2009-01-20 Thread Alon Bar-Lev
On 1/20/09, Ludovic Rousseau wrote: > > +static int et_event(ifd_reader_t * reader, int *status, size_t > status_size) > > +{ > > + (void)reader; > > + (void)status; > > + (void)status_size; > > What is the code above supposed to do? > It just looks like void code for me.

Re: [opensc-devel] [opensc-commits] svn openct changed [1101] eToken now supports the new event interface

2009-01-20 Thread Ludovic Rousseau
2009/1/2 : > Revision: 1101 > Author: alonbl > Date: 2009-01-02 10:00:55 + (Fri, 02 Jan 2009) > > Log Message: > --- > eToken now supports the new event interface > > Modified Paths: > -- >branches/alonbl/usb-ccid-reduce-busy/src/ifd/ifd-etoken.c >branches/alo