summaryrefslogtreecommitdiffstats
path: root/include/sim.h
diff options
context:
space:
mode:
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>2012-01-18 13:56:28 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-01-18 10:42:40 -0600
commit80733ae875c370c955f00b66464d7338ab2be35c (patch)
tree8ef3ec06da6e6118d0b8a24ff3c2c13a4f40c4f4 /include/sim.h
parent137c602351afec31013df7720173d03ea02575df (diff)
downloadofono-80733ae875c370c955f00b66464d7338ab2be35c.tar.bz2
include: Add ofono_sim_get_spn() declaration
Diffstat (limited to 'include/sim.h')
-rw-r--r--include/sim.h1
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);