diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 0ef16074..d747a68a 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -18,6 +18,7 @@ #define MM_MODEM_HELPERS_H #include "mm-modem-cdma.h" +#include "mm-charsets.h" #define MM_SCAN_TAG_STATUS "status" #define MM_SCAN_TAG_OPER_LONG "operator-long" @@ -51,5 +52,8 @@ gboolean mm_cdma_parse_speri_response (const char *reply, gboolean *out_roaming, const char **out_desc); +gboolean mm_gsm_parse_cscs_support_response (const char *reply, + MMModemCharset *out_charsets); + #endif /* MM_MODEM_HELPERS_H */ |