mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-24 20:51:56 +00:00
Make these function accept no argument (instead of any).
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
#define TIMEOUT 60 // secs.
|
#define TIMEOUT 60 // secs.
|
||||||
|
|
||||||
void
|
void
|
||||||
wait_one_minute ()
|
wait_one_minute (void)
|
||||||
{
|
{
|
||||||
int secs = 0;
|
int secs = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ authenticate (uint32_t uiBlock)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
unlock_card()
|
unlock_card (void)
|
||||||
{
|
{
|
||||||
printf ("Unlocking card\n");
|
printf ("Unlocking card\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user