From 80733ae875c370c955f00b66464d7338ab2be35c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakivskyy Date: Wed, 18 Jan 2012 13:56:28 +0200 Subject: [PATCH] include: Add ofono_sim_get_spn() declaration --- include/sim.h | 1 + 1 file changed, 1 insertion(+) 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);