mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-03-12 10:33:47 +00:00
Suppress warning: function declaration isn’t a prototype
This commit is contained in:
@@ -70,7 +70,7 @@ int mfcuk_finger_default_decoder(mifare_classic_tag *dump);
|
|||||||
int mfcuk_finger_skgt_decoder(mifare_classic_tag *dump);
|
int mfcuk_finger_skgt_decoder(mifare_classic_tag *dump);
|
||||||
|
|
||||||
// "Housekeeping" functions
|
// "Housekeeping" functions
|
||||||
int mfcuk_finger_load();
|
int mfcuk_finger_load(void);
|
||||||
int mfcuk_finger_unload();
|
int mfcuk_finger_unload(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user