aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion/mm-modem-helpers-cinterion.h
diff options
context:
space:
mode:
authorMatthew Stanger <matthew_stanger@trimble.com>2016-10-23 19:28:19 -0600
committerAleksander Morgado <aleksander@aleksander.es>2017-01-04 14:11:17 +0100
commit1ffcb163493edf82bc7102b028450fca40b4dddd (patch)
tree69ca1f05e166b68c056e0036fc7b2cf52a4ae1cd /plugins/cinterion/mm-modem-helpers-cinterion.h
parent2f12d96fe44f867eb7f9f1941dfe362837ccd351 (diff)
cinterion: implement support for the new SWWAN interface
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h
index d37bcb07..c94341ec 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.h
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.h
@@ -10,7 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details:
*
+ * Copyright (C) 2016 Trimble Navigation Limited
* Copyright (C) 2014 Aleksander Morgado <aleksander@aleksander.es>
+ * Contributor: Matthew Stanger <matthew_stanger@trimble.com>
*/
#ifndef MM_MODEM_HELPERS_CINTERION_H
@@ -63,4 +65,9 @@ gboolean mm_cinterion_parse_sind_response (const gchar *response,
guint *value,
GError **error);
+/*****************************************************************************/
+/* ^SWWAN response parser */
+gboolean mm_cinterion_parse_swwan_response (const gchar *response,
+ GList **result,
+ GError **error);
#endif /* MM_MODEM_HELPERS_CINTERION_H */