osmo-epdg: db: fix missing const on const char *imsi

This commit is contained in:
Alexander Couzens 2024-02-17 01:58:55 +01:00
parent c513e1c778
commit 0301c131e8
1 changed files with 1 additions and 1 deletions

View File

@ -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.