diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-19 11:45:32 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-19 11:45:32 +0100 |
commit | a74edab57f53ee8c920e681145070b252f5e656e (patch) | |
tree | 9c7fd411f4d18636d1d21b2c98a413c82c3d2e6b /plugins/telit/mm-modem-helpers-telit.h | |
parent | 740e1b5461bda9ff28f3ad2210ecf7238c38e785 (diff) |
telit: prefix helper methods with 'mm_telit'
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.h')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.h b/plugins/telit/mm-modem-helpers-telit.h index 74f993b2..112e04b0 100644 --- a/plugins/telit/mm-modem-helpers-telit.h +++ b/plugins/telit/mm-modem-helpers-telit.h @@ -19,6 +19,8 @@ #include <glib.h> /* +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); #endif /* MM_MODEM_HELPERS_TELIT_H */ |