diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 21f174a2..ed3ada0f 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -70,10 +70,11 @@ char *mm_create_device_identifier (guint vid, 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); +GHashTable *mm_parse_cind_response (const char *reply, GError **error); +const char *cind_response_get_desc (CindResponse *r); +gint cind_response_get_index (CindResponse *r); +gint cind_response_get_min (CindResponse *r); +gint cind_response_get_max (CindResponse *r); #endif /* MM_MODEM_HELPERS_H */ |