diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index c04d0e09..87199aa3 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -126,6 +126,8 @@ MMFlowControl mm_flow_control_from_string (const gchar *str, /* 3GPP specific helpers and utilities */ /*****************************************************************************/ +gboolean mm_modem_3gpp_registration_state_is_registered (MMModem3gppRegistrationState state); + /* Common Regex getters */ GPtrArray *mm_3gpp_creg_regex_get (gboolean solicited); void mm_3gpp_creg_regex_destroy (GPtrArray *array); |