aboutsummaryrefslogtreecommitdiff
path: root/plugins/telit/mm-modem-helpers-telit.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-12-19 11:45:32 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-19 11:45:32 +0100
commita74edab57f53ee8c920e681145070b252f5e656e (patch)
tree9c7fd411f4d18636d1d21b2c98a413c82c3d2e6b /plugins/telit/mm-modem-helpers-telit.c
parent740e1b5461bda9ff28f3ad2210ecf7238c38e785 (diff)
telit: prefix helper methods with 'mm_telit'
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.c')
-rw-r--r--plugins/telit/mm-modem-helpers-telit.c5
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;