diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index bc8967a2..17f5dfc8 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -19,6 +19,7 @@ #include <ModemManager.h> +#include "glib-object.h" #include "mm-charsets.h" #define MM_MODEM_CAPABILITY_3GPP_LTE \ @@ -114,6 +115,8 @@ gboolean mm_3gpp_parse_clck_response (const gchar *reply, gchar *mm_3gpp_parse_operator (const gchar *reply, MMModemCharset cur_charset); +GStrv mm_3gpp_parse_cnum_response (const gchar *reply, + GError **error); MMModemAccessTechnology mm_3gpp_string_to_access_tech (const gchar *string); |