aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli.h')
-rw-r--r--cli/mmcli.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/mmcli.h b/cli/mmcli.h
index 6b7b5536..a367be4c 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -85,6 +85,14 @@ void mmcli_modem_messaging_run_asynchronous (GDBusConnection *connect
void mmcli_modem_messaging_run_synchronous (GDBusConnection *connection);
void mmcli_modem_messaging_shutdown (void);
+/* Voice group */
+GOptionGroup *mmcli_modem_voice_get_option_group (void);
+gboolean mmcli_modem_voice_options_enabled (void);
+void mmcli_modem_voice_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_modem_voice_run_synchronous (GDBusConnection *connection);
+void mmcli_modem_voice_shutdown (void);
+
/* Time group */
GOptionGroup *mmcli_modem_time_get_option_group (void);
gboolean mmcli_modem_time_options_enabled (void);
@@ -141,4 +149,12 @@ void mmcli_sms_run_asynchronous (GDBusConnection *connection,
void mmcli_sms_run_synchronous (GDBusConnection *connection);
void mmcli_sms_shutdown (void);
+/* Call group */
+GOptionGroup *mmcli_call_get_option_group (void);
+gboolean mmcli_call_options_enabled (void);
+void mmcli_call_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_call_run_synchronous (GDBusConnection *connection);
+void mmcli_call_shutdown (void);
+
#endif /* __MMCLI_H__ */