aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 3843e7ad..21f174a2 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -69,5 +69,11 @@ char *mm_create_device_identifier (guint vid,
const char *manf,
gboolean debug);
+typedef struct CindResponse CindResponse;
+GHashTable *mm_parse_cind_response (const char *reply, GError **error);
+const char *cind_response_get_desc (CindResponse *r);
+gint cind_response_get_min (CindResponse *r);
+gint cind_response_get_max (CindResponse *r);
+
#endif /* MM_MODEM_HELPERS_H */