diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 80c31691..ce7c66d1 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -73,6 +73,9 @@ gchar *mm_new_iso8601_time (guint year, gboolean have_offset, gint offset_minutes); +GArray *mm_filter_supported_modes (const GArray *all, + const GArray *supported_combinations); + /*****************************************************************************/ /* 3GPP specific helpers and utilities */ /*****************************************************************************/ |