summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol_mifare_ul.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_protocol_mifare_ul.h')
-rw-r--r--include/librfid/rfid_protocol_mifare_ul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/librfid/rfid_protocol_mifare_ul.h b/include/librfid/rfid_protocol_mifare_ul.h
index cc93b6b..593894e 100644
--- a/include/librfid/rfid_protocol_mifare_ul.h
+++ b/include/librfid/rfid_protocol_mifare_ul.h
@@ -17,7 +17,7 @@ int rfid_mful_lock_otp(struct rfid_protocol_handle *ph);
#define MIFARE_UL_PAGE_LOCK 2
#define MIFARE_UL_PAGE_OTP 3
-extern struct rfid_protocol rfid_protocol_mful;
+extern const struct rfid_protocol rfid_protocol_mful;
#endif /* __LIBRFID__ */
personal git repositories of Harald Welte. Your mileage may vary