diff options
-rw-r--r-- | include/osmocom/sim/sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |