diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 469492b2..73203c8b 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -86,6 +86,12 @@ gchar *mm_bcd_to_string (const guint8 *bcd, gchar *mm_at_quote_string (const gchar *input); /*****************************************************************************/ +/* CALL specific helpers and utilities */ +/*****************************************************************************/ + +GRegex *mm_call_end_regex_get (void); + +/*****************************************************************************/ /* VOICE specific helpers and utilities */ /*****************************************************************************/ |