diff options
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r-- | libmm-common/mm-common-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h index 595705b0..1d2969b2 100644 --- a/libmm-common/mm-common-helpers.h +++ b/libmm-common/mm-common-helpers.h @@ -21,6 +21,7 @@ gchar *mm_common_get_capabilities_string (MMModemCapability caps); gchar *mm_common_get_access_technologies_string (MMModemAccessTechnology access_tech); +gchar *mm_common_get_modes_string (MMModemMode mode); gchar *mm_common_get_bands_string (const MMModemBand *bands, guint n_bands); |