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 ce7c66d1..a1f12329 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -76,6 +76,9 @@ gchar *mm_new_iso8601_time (guint year, GArray *mm_filter_supported_modes (const GArray *all, const GArray *supported_combinations); +GArray *mm_filter_supported_capabilities (MMModemCapability all, + const GArray *supported_combinations); + /*****************************************************************************/ /* 3GPP specific helpers and utilities */ /*****************************************************************************/ |