diff options
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 */ |