From 24d8a5722b0c72c01a04d0aa84995643db7dd705 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 27 Oct 2009 19:47:52 -0500 Subject: Refactor: replace netreg get_operator with mcc/mnc The full operator information is useless as only mcc/mnc are really required. The internal structures will be changing soon --- include/netreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/netreg.h') diff --git a/include/netreg.h b/include/netreg.h index a19409e3..e97917ff 100644 --- a/include/netreg.h +++ b/include/netreg.h @@ -112,8 +112,8 @@ int ofono_netreg_get_location(struct ofono_netreg *netreg); int ofono_netreg_get_cellid(struct ofono_netreg *netreg); int ofono_netreg_get_status(struct ofono_netreg *netreg); int ofono_netreg_get_technology(struct ofono_netreg *netreg); -const struct ofono_network_operator * - ofono_netreg_get_operator(struct ofono_netreg *netreg); +const char *ofono_netreg_get_mcc(struct ofono_netreg *netreg); +const char *ofono_netreg_get_mnc(struct ofono_netreg *netreg); #ifdef __cplusplus } -- cgit v1.2.3