diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-09 21:07:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:49 +0100 |
commit | c5fdd839056d13b13e017fe1fb2d76d6c8424db2 (patch) | |
tree | 050dbfae68d5bc80708d8aab488fbb2ddb2e10dd /cli/mmcli-common.h | |
parent | a71393f227da1d4aa2ca1b237ec9c5061c25434f (diff) |
cli: new helper to get the CDMA registration state string
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index be38aa64..468260bf 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -70,6 +70,7 @@ const gchar *mmcli_get_state_reason_string (MMModemStateChangeReaso 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_cdma_registration_state_string (MMModemCdmaRegistrationState state); const gchar *mmcli_get_cdma_rm_protocol_string (MMModemCdmaRmProtocol protocol); |