include: Add ofono_sim_get_spn() declaration

This commit is contained in:
Oleg Zhurakivskyy 2012-01-18 13:56:28 +02:00 committed by Denis Kenzior
parent 137c602351
commit 80733ae875
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ void *ofono_sim_get_data(struct ofono_sim *sim);
const char *ofono_sim_get_imsi(struct ofono_sim *sim);
const char *ofono_sim_get_mcc(struct ofono_sim *sim);
const char *ofono_sim_get_mnc(struct ofono_sim *sim);
const char *ofono_sim_get_spn(struct ofono_sim *sim);
enum ofono_sim_phase ofono_sim_get_phase(struct ofono_sim *sim);
enum ofono_sim_cphs_phase ofono_sim_get_cphs_phase(struct ofono_sim *sim);