summaryrefslogtreecommitdiff
path: root/rfid_layer2.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfid_layer2.c')
-rw-r--r--rfid_layer2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfid_layer2.c b/rfid_layer2.c
index aa3b767..ef59bad 100644
--- a/rfid_layer2.c
+++ b/rfid_layer2.c
@@ -48,7 +48,7 @@ int
rfid_layer2_transcieve(struct rfid_layer2_handle *ph,
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 ph->l2->fn.transcieve(ph, tx_buf, len, rx_buf, rx_len,
timeout, flags);
personal git repositories of Harald Welte. Your mileage may vary