FreeRDP/channels/smartcard/client
Andreas Schultz d2f98261f7 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
2017-02-16 16:59:03 +01:00
..
CMakeLists.txt cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
smartcard_main.c fix string format specifiers 2016-12-16 13:48:43 +01:00
smartcard_main.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
smartcard_operations.c smartcard: implement ListReaderGroups 2017-02-16 16:59:03 +01:00
smartcard_pack.c smartcard: implement ListReaderGroups 2017-02-16 16:59:03 +01:00
smartcard_pack.h smartcard: implement ListReaderGroups 2017-02-16 16:59:03 +01:00