summaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index ed6057753..ef5bc9903 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -112,7 +112,8 @@ typedef enum { /*< underscore_name=mm_flow_control >*/
MMFlowControl mm_parse_ifc_test_response (const gchar *response,
GError **error);
-MMFlowControl mm_parse_flow_control_tag (const gchar *flow_control);
+MMFlowControl mm_flow_control_from_string (const gchar *str,
+ GError **error);
/*****************************************************************************/
/* 3GPP specific helpers and utilities */