diff options
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.c')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c index 972d51e5..53446006 100644 --- a/plugins/telit/mm-modem-helpers-telit.c +++ b/plugins/telit/mm-modem-helpers-telit.c @@ -29,7 +29,10 @@ /*****************************************************************************/ /* +CSIM response parser */ -gint parse_csim_response (const guint step, const gchar *response, GError **error) +gint +mm_telit_parse_csim_response (const guint step, + const gchar *response, + GError **error) { GRegex *r = NULL; GMatchInfo *match_info = NULL; |