NetworkManager/clients/cli
Thomas Haller e05f35f9f1 cli: cleanup NMCCommand and declarations of func implementations
- move the main func declarations to nmcli.h and give them a common
prefix "nmc_command_func_" prefix.

- remove some of the header files that are now empty. In fact, these
headers did not really declare some well separated module. While we
probably should structure the code in nmcli better with better layering,
it was not and still is not. Having these dummy headers don't mean that
the code is well structured and they serve little purpose.

- move the static NMCommand lists variables into the function scope
where they are used.
2020-04-10 10:27:27 +02:00
..
agent.c cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
common.c cli: add and use nm_cli_global_readline global variable 2020-04-04 19:28:41 +02:00
common.h cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
connections.c cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
connections.h cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
devices.c cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
devices.h cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
general.c cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
meson.build license: Add license using SPDX identifiers to meson build files 2020-02-17 13:16:57 +01:00
nmcli-completion cli: make nmcli do its own command completion 2017-02-13 16:32:15 +01:00
nmcli.c cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
nmcli.h cli: cleanup NMCCommand and declarations of func implementations 2020-04-10 10:27:27 +02:00
polkit-agent.c clients: polkit-agent: implement polkit agent without using libpolkit 2019-12-24 10:13:51 +01:00
polkit-agent.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
settings.c cli: hide nm_cli global variable from public headers 2020-04-04 19:28:41 +02:00
settings.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
utils.c cli: avoid using nm_cli global variable in print_data() 2020-04-04 19:28:41 +02:00
utils.h cli: avoid using nm_cli global variable in print_data() 2020-04-04 19:28:41 +02:00