diff options
Diffstat (limited to 'plugins/simtech/mm-modem-helpers-simtech.h')
-rw-r--r-- | plugins/simtech/mm-modem-helpers-simtech.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/simtech/mm-modem-helpers-simtech.h b/plugins/simtech/mm-modem-helpers-simtech.h index b003b029..958d9cfb 100644 --- a/plugins/simtech/mm-modem-helpers-simtech.h +++ b/plugins/simtech/mm-modem-helpers-simtech.h @@ -50,4 +50,9 @@ gboolean mm_simtech_parse_voice_call_urc (GMatchInfo *match_info, GRegex *mm_simtech_get_cring_urc_regex (void); +/*****************************************************************************/ +/* +RXDTMF URC helpers */ + +GRegex *mm_simtech_get_rxdtmf_urc_regex (void); + #endif /* MM_MODEM_HELPERS_SIMTECH_H */ |