aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-05-16 11:16:57 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-22 08:05:58 -0500
commit7f014add61da3e0411d742756ce372fc0e2aee30 (patch)
tree265ba3df911f615653eaac051e406e50279b8721 /src/mm-modem-helpers.h
parent41ceaf6d5ecd85a7f88fc4ed9bdc80a6d2313d23 (diff)
broadband-modem,modem-helpers: generalize call end regex creation
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h6
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 */
/*****************************************************************************/