aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r--cli/mmcli.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/mmcli.h b/cli/mmcli.h
index bf35d35d..e2323b59 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -44,6 +44,14 @@ void mmcli_modem_run_asynchronous (GDBusConnection *connection,
void mmcli_modem_run_synchronous (GDBusConnection *connection);
void mmcli_modem_shutdown (void);
+/* 3GPP group */
+GOptionGroup *mmcli_modem_3gpp_get_option_group (void);
+gboolean mmcli_modem_3gpp_options_enabled (void);
+void mmcli_modem_3gpp_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_modem_3gpp_run_synchronous (GDBusConnection *connection);
+void mmcli_modem_3gpp_shutdown (void);
+
/* Bearer group */
GOptionGroup *mmcli_bearer_get_option_group (void);
gboolean mmcli_bearer_options_enabled (void);