sim: add missing const to reader_ops member of reader_handle

This commit is contained in:
Harald Welte 2014-10-26 18:47:30 +01:00
parent 55790aa09a
commit 67354b1b4e
1 changed files with 1 additions and 1 deletions

View File

@ -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 */