diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-20 18:34:06 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:35 +0100 |
commit | b6a3ccd5781da0d2d2dbfa404a3c643ae9e8bf13 (patch) | |
tree | 214da133d73ce8e589fb6477239981c12ade5078 /src/mm-modem-helpers.h | |
parent | e2e0812272828a1f374233522972f19ca247a2e2 (diff) |
modem-helpers: renamed 3GPP registration related helpers with `mm_3gpp' prefix
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 44d1f12f..cd014930 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -46,17 +46,15 @@ void mm_3gpp_pdp_context_list_free (GList *pdp_list); GList *mm_3gpp_parse_pdp_query_response (const gchar *reply, GError **error); -GPtrArray *mm_gsm_creg_regex_get (gboolean solicited); - -void mm_gsm_creg_regex_destroy (GPtrArray *array); - -gboolean mm_gsm_parse_creg_response (GMatchInfo *info, - MMModem3gppRegistrationState *out_reg_state, - gulong *out_lac, - gulong *out_ci, - MMModemAccessTech *out_act, - gboolean *out_cgreg, - GError **error); +GPtrArray *mm_3gpp_creg_regex_get (gboolean solicited); +void mm_3gpp_creg_regex_destroy (GPtrArray *array); +gboolean mm_3gpp_parse_creg_response (GMatchInfo *info, + MMModem3gppRegistrationState *out_reg_state, + gulong *out_lac, + gulong *out_ci, + MMModemAccessTech *out_act, + gboolean *out_cgreg, + GError **error); const char *mm_strip_tag (const char *str, const char *cmd); |