From be84ee238f448a5eab596b12efb86efc00f9e89d Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 26 Jan 2008 20:21:59 +0000 Subject: 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 --- include/librfid/rfid_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/librfid/rfid_protocol.h') 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 -- cgit v1.2.3