telit: prefix helper methods with 'mm_telit'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user