aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-21 17:34:43 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:36 +0100
commit88e8c4835b50c8967e3caa120b7cbc898a7875b7 (patch)
treede363131797e306af23d125a65372abc95814ff5 /cli/mmcli.h
parent241c29491873d527ac44272cbf4214e955ec5be6 (diff)
cli: implement SIM related actions
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 e2323b59..3c241588 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -60,4 +60,12 @@ void mmcli_bearer_run_asynchronous (GDBusConnection *connection,
void mmcli_bearer_run_synchronous (GDBusConnection *connection);
void mmcli_bearer_shutdown (void);
+/* SIM group */
+GOptionGroup *mmcli_sim_get_option_group (void);
+gboolean mmcli_sim_options_enabled (void);
+void mmcli_sim_run_asynchronous (GDBusConnection *connection,
+ GCancellable *cancellable);
+void mmcli_sim_run_synchronous (GDBusConnection *connection);
+void mmcli_sim_shutdown (void);
+
#endif /* __MMCLI_H__ */