From 342b7119c3337f1baa4648dac473a7274ca084f0 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 24 Mar 2021 15:17:59 +0100 Subject: cli,3gpp-ussd: move actions to a separate source file All the USSD operations together in a separate file, as they're managed in a separate 3GPP USSD interface. --- cli/mmcli.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cli/mmcli.h') diff --git a/cli/mmcli.h b/cli/mmcli.h index 58ff34e1..e3d7bb88 100644 --- a/cli/mmcli.h +++ b/cli/mmcli.h @@ -53,6 +53,14 @@ void mmcli_modem_3gpp_run_asynchronous (GDBusConnection *connection, void mmcli_modem_3gpp_run_synchronous (GDBusConnection *connection); void mmcli_modem_3gpp_shutdown (void); +/* 3GPP USSD group */ +GOptionGroup *mmcli_modem_3gpp_ussd_get_option_group (void); +gboolean mmcli_modem_3gpp_ussd_options_enabled (void); +void mmcli_modem_3gpp_ussd_run_asynchronous (GDBusConnection *connection, + GCancellable *cancellable); +void mmcli_modem_3gpp_ussd_run_synchronous (GDBusConnection *connection); +void mmcli_modem_3gpp_ussd_shutdown (void); + /* CDMA group */ GOptionGroup *mmcli_modem_cdma_get_option_group (void); gboolean mmcli_modem_cdma_options_enabled (void); -- cgit v1.2.3-70-g09d2