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.h | |
parent | 87f0f808bf9282e3de3bfcf7486049ff9b6f6aa8 (diff) |
altair-lte: add 'mm' prefix in the exported helper methods
Diffstat (limited to 'plugins/altair/mm-modem-helpers-altair-lte.h')
-rw-r--r-- | plugins/altair/mm-modem-helpers-altair-lte.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/altair/mm-modem-helpers-altair-lte.h b/plugins/altair/mm-modem-helpers-altair-lte.h index f7ae6301..c6fbf342 100644 --- a/plugins/altair/mm-modem-helpers-altair-lte.h +++ b/plugins/altair/mm-modem-helpers-altair-lte.h @@ -24,11 +24,11 @@ gchar *mm_altair_parse_ceer_response (const gchar *response, GError **error); /* %CGINFO="cid",1 response parser */ -guint altair_parse_cid (const gchar *response, GError **error); +guint mm_altair_parse_cid (const gchar *response, GError **error); /* %PCOINFO response parser */ -guint altair_parse_vendor_pco_info (const gchar *pco_info, - guint cid, - GError **error); +guint mm_altair_parse_vendor_pco_info (const gchar *pco_info, + guint cid, + GError **error); #endif /* MM_MODEM_HELPERS_ALTAIR_H */ |