diff --git a/examples/nfc-relay.c b/examples/nfc-relay.c index 6a95c3f..1b8e9cb 100644 --- a/examples/nfc-relay.c +++ b/examples/nfc-relay.c @@ -60,7 +60,7 @@ static nfc_device *pndReader; static nfc_device *pndTag; static bool quitting = false; -void +static void intr_hdlr (void) { printf ("\nQuitting...\n"); @@ -68,7 +68,7 @@ intr_hdlr (void) return; } -void +static void print_usage (char *argv[]) { printf ("Usage: %s [OPTIONS]\n", argv[0]);