include: Add ofono_sim_get_spn() declaration
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Wed, 18 Jan 2012 11:56:28 +0000 (13:56 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 18 Jan 2012 16:42:40 +0000 (10:42 -0600)
include/sim.h

index b238868..605164e 100644 (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);