summaryrefslogtreecommitdiff
path: root/rfid_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfid_reader.c')
-rw-r--r--rfid_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfid_reader.c b/rfid_reader.c
index b39e0f8..61081bc 100644
--- a/rfid_reader.c
+++ b/rfid_reader.c
@@ -42,7 +42,7 @@ int
rfid_reader_transcieve(struct rfid_reader_handle *rh,
const unsigned char *tx_buf, unsigned int len,
unsigned char *rx_buf, unsigned int *rx_len,
- unsigned int timeout, unsigned int flags)
+ u_int64_t timeout, unsigned int flags)
{
return rh->reader->transcieve(rh, tx_buf, len, rx_buf, rx_len,
timeout, flags);
personal git repositories of Harald Welte. Your mileage may vary