smartcard: implement ListReaderGroups
authorAndreas Schultz <aschultz@tpip.net>
Tue, 30 Jun 2015 15:42:01 +0000 (17:42 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 16 Feb 2017 15:59:03 +0000 (16:59 +0100)
commitd2f98261f7c4967bf6c286e5a4a519d116445e76
tree107e37131402c7a072a89bce5e41bd86e49a9e2b
parentc0f4b6bcada95b068158be3e2cc02ef53e8bcac8
smartcard: implement ListReaderGroups

Conflicts:
channels/smartcard/client/smartcard_operations.c
channels/smartcard/client/smartcard_pack.c
channels/smartcard/client/smartcard_pack.h

smartcard_operations: move handling of call argument into functions

The call argument was only use by static functions and was always equal
to operation->call. Remove the argument and use operation-call directly.

Also put the memory allocation and check into the same place.

Conflicts:
channels/smartcard/client/smartcard_operations.c

Updated formatting and API
channels/smartcard/client/smartcard_operations.c
channels/smartcard/client/smartcard_pack.c
channels/smartcard/client/smartcard_pack.h
winpr/libwinpr/smartcard/smartcard_pcsc.c