aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 9733ead0..0743c35d 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -164,11 +164,11 @@ gboolean mm_cdma_parse_spservice_read_response (const gchar *reply,
MMModemCdmaRegistrationState *out_cdma_1x_state,
MMModemCdmaRegistrationState *out_evdo_state);
-/* AT$SPERI? response parser */
-gboolean mm_cdma_parse_speri_read_response (const gchar *reply,
- gboolean *out_roaming,
- guint32 *out_ind,
- const gchar **out_desc);
+/* Generic ERI response parser */
+gboolean mm_cdma_parse_eri (const gchar *reply,
+ gboolean *out_roaming,
+ guint32 *out_ind,
+ const gchar **out_desc);
/* AT+CRM=? response parser */
gboolean mm_cdma_parse_crm_test_response (const gchar *reply,