diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-01-18 14:16:59 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-01-18 14:16:59 +0100 |
commit | 19b0a7e28fa27556db8f09f93c8628a3fa21aeaa (patch) | |
tree | 9aba79a10a9fa2e950dcf19e73059abc6f0fa4a4 /plugins/altair/mm-modem-helpers-altair-lte.c | |
parent | 87f0f808bf9282e3de3bfcf7486049ff9b6f6aa8 (diff) |
altair-lte: add 'mm' prefix in the exported helper methods
Diffstat (limited to 'plugins/altair/mm-modem-helpers-altair-lte.c')
-rw-r--r-- | plugins/altair/mm-modem-helpers-altair-lte.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/altair/mm-modem-helpers-altair-lte.c b/plugins/altair/mm-modem-helpers-altair-lte.c index 5d3ac374..e19f147b 100644 --- a/plugins/altair/mm-modem-helpers-altair-lte.c +++ b/plugins/altair/mm-modem-helpers-altair-lte.c @@ -71,7 +71,7 @@ mm_altair_parse_ceer_response (const gchar *response, /* %CGINFO="cid",1 response parser */ guint -altair_parse_cid (const gchar *response, GError **error) +mm_altair_parse_cid (const gchar *response, GError **error) { GRegex *regex; GMatchInfo *match_info; @@ -134,9 +134,9 @@ altair_extract_vzw_pco_value (const gchar *pco_payload, GError **error) } guint -altair_parse_vendor_pco_info (const gchar *pco_info, - guint cid, - GError **error) +mm_altair_parse_vendor_pco_info (const gchar *pco_info, + guint cid, + GError **error) { GRegex *regex; GMatchInfo *match_info; |