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 b8573aa5..e66f259a 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -61,6 +61,9 @@ gchar *mm_create_device_identifier (guint vid, guint mm_netmask_to_cidr (const gchar *netmask); +GArray *mm_filter_current_bands (const GArray *supported_bands, + const GArray *current_bands); + /*****************************************************************************/ /* 3GPP specific helpers and utilities */ /*****************************************************************************/ |