use 64bit timeout values throughout the code, since some timeouts exceeds 4.8 billion...
[librfid] / rfid_layer2_iso15693.c
index 2c9eb3b..15ff18a 100644 (file)
@@ -56,7 +56,7 @@ static int
 iso14443a_transcieve(struct rfid_layer2_handle *handle,
                        const unsigned char *tx_buf, unsigned int tx_len,
                        unsigned char *rx_buf, unsigned int *rx_len,
-                       unsigned int timeout, unsigned int flags)
+                       u_int64_t, unsigned int flags)
 {
        return handle->rh->reader->transcieve(handle->rh, tx_buf, tx_len, 
                                                rx_buf, rx_len, timeout, flags);