summaryrefslogtreecommitdiff
path: root/plugins/xmm/mm-modem-helpers-xmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xmm/mm-modem-helpers-xmm.h')
-rw-r--r--plugins/xmm/mm-modem-helpers-xmm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/xmm/mm-modem-helpers-xmm.h b/plugins/xmm/mm-modem-helpers-xmm.h
index 7c82fa11e..11c954836 100644
--- a/plugins/xmm/mm-modem-helpers-xmm.h
+++ b/plugins/xmm/mm-modem-helpers-xmm.h
@@ -31,4 +31,9 @@ gboolean mm_xmm_parse_xact_query_response (const gchar *response,
GArray **bands_out,
GError **error);
+/* AT+XACT=X command builder */
+gchar *mm_xmm_build_xact_set_command (const MMModemModeCombination *mode,
+ const GArray *bands,
+ GError **error);
+
#endif /* MM_MODEM_HELPERS_XMM_H */