summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol.h
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2008-01-26 20:21:59 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2008-01-26 20:21:59 +0000
commitbe84ee238f448a5eab596b12efb86efc00f9e89d (patch)
treedc6be254302300e2b61579d0e0ce2274100ebbef /include/librfid/rfid_protocol.h
parent7cf71fab95056b3c812b21247a24bab74678980b (diff)
fix more compiler warnings, based on a patch by Rainer Keller
git-svn-id: https://svn.gnumonks.org/trunk/librfid@2052 e0336214-984f-0b4b-a45f-81c69e1f0ede
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