diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-09 19:10:08 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:33 +0100 |
commit | 82693cf523456058f03a06d6e9e449e1df7caac2 (patch) | |
tree | a7a3640c4b7bafd4c5af2198d7da8d23b173c1ad /cli/mmcli-common.h | |
parent | 46248460156fd8d558372df3c1a06f9d06aad15e (diff) |
cli: enable 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 51366265..93bf0d41 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -38,5 +38,6 @@ MMObject *mmcli_get_modem_sync (GDBusConnection *connection, 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); #endif /* _MMCLI_COMMON_H_ */ |