summaryrefslogtreecommitdiff
path: root/src/ccid/rfid_reader_cm5121_ccid_direct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccid/rfid_reader_cm5121_ccid_direct.c')
-rw-r--r--src/ccid/rfid_reader_cm5121_ccid_direct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccid/rfid_reader_cm5121_ccid_direct.c b/src/ccid/rfid_reader_cm5121_ccid_direct.c
index 3327a08..9879ccf 100644
--- a/src/ccid/rfid_reader_cm5121_ccid_direct.c
+++ b/src/ccid/rfid_reader_cm5121_ccid_direct.c
@@ -14,8 +14,8 @@
/* this is the sole function required by rfid_reader_cm5121.c */
int
PC_to_RDR_Escape(void *handle,
- const unsigned char *tx_buf, unsigned int tx_len,
- unsigned char *rx_buf, unsigned int *rx_len)
+ const unsigned char *tx_buf, size_t tx_len,
+ unsigned char *rx_buf, size_t *rx_len)
{
int rc;
ccid_driver_t ch = handle;
personal git repositories of Harald Welte. Your mileage may vary