Make these function accept no argument (instead of any).

This commit is contained in:
Romain Tartiere 2012-01-15 11:06:24 +00:00
parent 136cfdf48d
commit 2d393bff91
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@
#define TIMEOUT 60 // secs.
void
wait_one_minute ()
wait_one_minute (void)
{
int secs = 0;

View file

@ -214,7 +214,7 @@ authenticate (uint32_t uiBlock)
}
static bool
unlock_card()
unlock_card (void)
{
printf ("Unlocking card\n");