mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2025-12-23 18:50:06 +00:00
Suppress warning: function declaration isn’t a prototype
This commit is contained in:
parent
925ea523e7
commit
24964bb77a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user