NetworkManager/clients
Thomas Haller cb365b33f3 build: fix -Wold-style-declaration warnings
libnm-core/nm-setting-bond.c:502:1: error: ‘static’ is not at beginning of declaration [-Werror=old-style-declaration]
     const static struct {
     ^~~~~

    In file included from clients/cli/common.c:32:0:
    ./clients/common/nm-vpn-helpers.h:27:1: error: ‘typedef’ is not at beginning of declaration [-Werror=old-style-declaration]
     } typedef VpnPasswordName;
    ^
2017-02-06 19:27:21 +01:00
..
cli cli: add missing NULL-check 2017-01-29 12:56:31 +01:00
common build: fix -Wold-style-declaration warnings 2017-02-06 19:27:21 +01:00
tui all: use nm_utils_is_valid_iface_name() 2017-01-06 15:11:56 +01:00
nm-online.c nm-online: fix countdown to not show 0 seconds until finished 2017-02-03 00:10:44 +01:00