Suppress warning: function declaration isn’t a prototype

This commit is contained in:
romuald@libnfc.org 2012-09-26 19:39:32 +00:00
parent 925ea523e7
commit 24964bb77a

View File

@ -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