diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-21 15:27:10 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:36 +0100 |
commit | 241c29491873d527ac44272cbf4214e955ec5be6 (patch) | |
tree | 688aa0a28d4cecb6720ca57f74ece70466e71b6a /cli/mmcli-common.h | |
parent | 6583bd61e13e842ab6b016cb0947432f1e3aea26 (diff) |
cli: include 3GPP related stuff when printing modem info
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 df66c14e..a0df66b3 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -56,6 +56,7 @@ 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); GOptionGroup *mmcli_get_common_option_group (void); const gchar *mmcli_get_common_modem_string (void); |