diff options
Diffstat (limited to 'plugins/simtech/mm-modem-helpers-simtech.h')
-rw-r--r-- | plugins/simtech/mm-modem-helpers-simtech.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/simtech/mm-modem-helpers-simtech.h b/plugins/simtech/mm-modem-helpers-simtech.h index 958d9cfb..efcc23f5 100644 --- a/plugins/simtech/mm-modem-helpers-simtech.h +++ b/plugins/simtech/mm-modem-helpers-simtech.h @@ -46,6 +46,14 @@ gboolean mm_simtech_parse_voice_call_urc (GMatchInfo *match_info, GError **error); /*****************************************************************************/ +/* MISSED_CALL URC helpers */ + +GRegex *mm_simtech_get_missed_call_urc_regex (void); +gboolean mm_simtech_parse_missed_call_urc (GMatchInfo *match_info, + gchar **details, + GError **error); + +/*****************************************************************************/ /* Non-standard CRING URC helpers */ GRegex *mm_simtech_get_cring_urc_regex (void); |