Make these functions accept no argument (instead of any).
This commit is contained in:
parent
3ab44974ca
commit
21008cda5d
5 changed files with 9 additions and 9 deletions
|
|
@ -27,7 +27,7 @@ static MifareTag *tags = NULL;
|
|||
MifareTag tag = NULL;
|
||||
|
||||
void
|
||||
cut_setup ()
|
||||
cut_setup (void)
|
||||
{
|
||||
int res;
|
||||
nfc_device_desc_t devices[8];
|
||||
|
|
@ -65,7 +65,7 @@ cut_setup ()
|
|||
}
|
||||
|
||||
void
|
||||
cut_teardown ()
|
||||
cut_teardown (void)
|
||||
{
|
||||
if (tag)
|
||||
mifare_desfire_disconnect (tag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue