aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-08 16:15:39 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:47 +0100
commitad95567e88eadf452c7e48a1d97bac4b741c206b (patch)
tree84e0011dd150fe57880fd9677d8c6b56efed8878 /cli/mmcli-common.h
parent014a9eddab6c1787470caad58c0626a551fdc842 (diff)
cli: print Rm protocol in bearer info
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r--cli/mmcli-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h
index 9add4889..be38aa64 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -69,7 +69,9 @@ 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);
const gchar *mmcli_get_3gpp_network_availability_string (MMModem3gppNetworkAvailability availability);
-const gchar *mmcli_get_3gpp_registration_state_string (MMModem3gppRegistrationState state);
+const gchar *mmcli_get_3gpp_registration_state_string (MMModem3gppRegistrationState state);
+const gchar *mmcli_get_cdma_rm_protocol_string (MMModemCdmaRmProtocol protocol);
+
GOptionGroup *mmcli_get_common_option_group (void);
const gchar *mmcli_get_common_modem_string (void);