aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-21 13:05:25 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:36 +0100
commit16f2b7bdb8ffdb84e7bd142bde91c7670c63a3e7 (patch)
tree4b550a6713e540db2baa01b5f3e67a70a7c1a994 /cli/mmcli-common.h
parent265a516f42a0ff8d2b421aa199e54d779f0c153f (diff)
cli: specify common options in a new group
Actions on modems from specific interfaces, like 3GPP, will also need the modem to be specified. The new 'Common' option group will handle all options to specify objects.
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r--cli/mmcli-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h
index a18b5076..1b682c73 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -56,4 +56,8 @@ const gchar *mmcli_get_state_string (MMModemState state);
const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason);
const gchar *mmcli_get_lock_string (MMModemLock lock);
+GOptionGroup *mmcli_get_common_option_group (void);
+const gchar *mmcli_get_common_modem_string (void);
+const gchar *mmcli_get_common_bearer_string (void);
+
#endif /* _MMCLI_COMMON_H_ */