diff options
author | Thomas Haller <thaller@redhat.com> | 2020-06-10 15:27:59 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-06-10 15:30:38 +0200 |
commit | 9959bc58de5c331e2ef29034d03c3c81bda12a52 (patch) | |
tree | 15004dd4a2bcaf9111c7aa1d6e290f49d625a762 /clients/common/nm-client-utils.h | |
parent | 1573ca755b248b6f50b0882f27ca2d1c88a39443 (diff) | |
download | NetworkManager-th/mark-external-connection.tar.gz |
cli: show differnt text for state of externally connected devicesth/mark-external-connection
Diffstat (limited to 'clients/common/nm-client-utils.h')
-rw-r--r-- | clients/common/nm-client-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/common/nm-client-utils.h b/clients/common/nm-client-utils.h index 8983e6c89b..28eac4573f 100644 --- a/clients/common/nm-client-utils.h +++ b/clients/common/nm-client-utils.h @@ -28,6 +28,8 @@ gboolean matches (const char *cmd, const char *pattern); /* FIXME: don't expose this function on its own, at least not from this file. */ const char *nmc_bond_validate_mode (const char *mode, GError **error); +const char *nmc_device_state_to_string_with_external (NMDevice *device); + const char *nm_active_connection_state_reason_to_string (NMActiveConnectionStateReason reason); const char *nmc_device_state_to_string (NMDeviceState state); const char *nmc_device_reason_to_string (NMDeviceStateReason reason); |