diff options
author | Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com> | 2012-01-18 13:56:28 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2012-01-18 10:42:40 -0600 |
commit | 80733ae875c370c955f00b66464d7338ab2be35c (patch) | |
tree | 8ef3ec06da6e6118d0b8a24ff3c2c13a4f40c4f4 /include | |
parent | 137c602351afec31013df7720173d03ea02575df (diff) |
include: Add ofono_sim_get_spn() declaration
Diffstat (limited to 'include')
-rw-r--r-- | include/sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h index b238868c..605164ed 100644 --- a/include/sim.h +++ b/include/sim.h @@ -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); |