summaryrefslogtreecommitdiffstats
path: root/include/netreg.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-27 19:47:52 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-27 19:47:52 -0500
commit24d8a5722b0c72c01a04d0aa84995643db7dd705 (patch)
tree8c1533e4373731903e4cb57bfa24ace8e4da1a0c /include/netreg.h
parented813455c2cd9e942e63b1dd6a1b64fdf6c048a8 (diff)
downloadofono-24d8a5722b0c72c01a04d0aa84995643db7dd705.tar.bz2
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
Diffstat (limited to 'include/netreg.h')
-rw-r--r--include/netreg.h4
1 files changed, 2 insertions, 2 deletions
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
}