telit: prefix helper methods with 'mm_telit'

This commit is contained in:
Aleksander Morgado
2015-12-19 11:45:32 +01:00
parent 740e1b5461
commit a74edab57f
4 changed files with 10 additions and 5 deletions

View File

@@ -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;