summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_protocol.h')
-rw-r--r--include/librfid/rfid_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/librfid/rfid_protocol.h b/include/librfid/rfid_protocol.h
index 06f704f..ea4dd34 100644
--- a/include/librfid/rfid_protocol.h
+++ b/include/librfid/rfid_protocol.h
@@ -89,7 +89,7 @@ struct rfid_protocol {
struct rfid_protocol_handle {
struct rfid_layer2_handle *l2h;
- struct rfid_protocol *proto;
+ const struct rfid_protocol *proto;
union {
struct tcl_handle tcl;
} priv; /* priv has to be last, since
personal git repositories of Harald Welte. Your mileage may vary