mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-02-27 20:26:38 +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);
|
||||
|
||||
// "Housekeeping" functions
|
||||
int mfcuk_finger_load();
|
||||
int mfcuk_finger_unload();
|
||||
int mfcuk_finger_load(void);
|
||||
int mfcuk_finger_unload(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user