summaryrefslogtreecommitdiff
path: root/include/rfid/rfid_protocol_mifare_ul.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rfid/rfid_protocol_mifare_ul.h')
-rw-r--r--include/rfid/rfid_protocol_mifare_ul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rfid/rfid_protocol_mifare_ul.h b/include/rfid/rfid_protocol_mifare_ul.h
index 729c481..06cf515 100644
--- a/include/rfid/rfid_protocol_mifare_ul.h
+++ b/include/rfid/rfid_protocol_mifare_ul.h
@@ -13,7 +13,7 @@
#define MIFARE_UL_PAGE_LOCK 2
#define MIFARE_UL_PAGE_OTP 3
-struct rfid_protocol rfid_protocol_mful;
+extern struct rfid_protocol rfid_protocol_mful;
int rfid_mful_lock_page(struct rfid_protocol_handle *ph, unsigned int page);
personal git repositories of Harald Welte. Your mileage may vary