diff --git a/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h b/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h index eaff7b17d..6ffb32e37 100644 --- a/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h +++ b/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h @@ -58,7 +58,7 @@ struct osmo_epdg_db_t { /** * Remove a subscriber from the db. */ - void (*remove_subscriber)(osmo_epdg_db_t *this, char *imsi); + void (*remove_subscriber)(osmo_epdg_db_t *this, const char *imsi); /** * Destroy a osmo_epdg_db_t.