diff options
Diffstat (limited to 'plugins/xmm/mm-modem-helpers-xmm.h')
-rw-r--r-- | plugins/xmm/mm-modem-helpers-xmm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/xmm/mm-modem-helpers-xmm.h b/plugins/xmm/mm-modem-helpers-xmm.h index 11c95483..abe11905 100644 --- a/plugins/xmm/mm-modem-helpers-xmm.h +++ b/plugins/xmm/mm-modem-helpers-xmm.h @@ -36,4 +36,7 @@ gchar *mm_xmm_build_xact_set_command (const MMModemModeCombination *mode, const GArray *bands, GError **error); +/* Mode to apply when ANY */ +MMModemMode mm_xmm_get_modem_mode_any (const GArray *combinations); + #endif /* MM_MODEM_HELPERS_XMM_H */ |