aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-05-18 12:24:42 -0700
committerDan Williams <dcbw@redhat.com>2010-05-18 12:24:42 -0700
commit533ffaddc4f09ae2d75a7b092ffe0dd7f8151487 (patch)
tree713e45faa8a1a345576f68b8d73698fd636b8782 /src/mm-modem-helpers.h
parent40a4a1d774fc62a43d3b49bbaec728caf0ebba37 (diff)
cdma: make ERI parsing generic
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 63eecfbb..19caf950 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -49,9 +49,9 @@ gboolean mm_cdma_parse_spservice_response (const char *reply,
MMModemCdmaRegistrationState *out_cdma_1x_state,
MMModemCdmaRegistrationState *out_evdo_state);
-gboolean mm_cdma_parse_speri_response (const char *reply,
- gboolean *out_roaming,
- const char **out_desc);
+gboolean mm_cdma_parse_eri (const char *reply,
+ gboolean *out_roaming,
+ const char **out_desc);
gboolean mm_gsm_parse_cscs_support_response (const char *reply,
MMModemCharset *out_charsets);