From 67354b1b4ee412a8e878a53607fcd65f2b344948 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 26 Oct 2014 18:47:30 +0100 Subject: sim: add missing const to reader_ops member of reader_handle --- include/osmocom/sim/sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/sim') diff --git a/include/osmocom/sim/sim.h b/include/osmocom/sim/sim.h index d68d7c2c..80d1fcd1 100644 --- a/include/osmocom/sim/sim.h +++ b/include/osmocom/sim/sim.h @@ -334,7 +334,7 @@ enum osim_reader_driver { struct osim_reader_hdl { /*! \brief member in global list of readers */ struct llist_head list; - struct osim_reader_ops *ops; + const struct osim_reader_ops *ops; uint32_t proto_supported; void *priv; /*! \brief current card, if any */ -- cgit v1.2.3