From 24964bb77afaaec2c69b14b6afd3c52baef761f1 Mon Sep 17 00:00:00 2001 From: "romuald@libnfc.org" Date: Wed, 26 Sep 2012 19:39:32 +0000 Subject: [PATCH] =?UTF-8?q?Suppress=20warning:=20function=20declaration=20?= =?UTF-8?q?isn=E2=80=99t=20a=20prototype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mfcuk_finger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mfcuk_finger.h b/src/mfcuk_finger.h index 8b17d1b..8fbabe6 100644 --- a/src/mfcuk_finger.h +++ b/src/mfcuk_finger.h @@ -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