clixon/apps/cli
shmuels 58ea4eba27 Changed code so that it will be compatible with c++.
1. Added #ifdef extern "C" to public header files.
2. Changed variables that are key words in c++, to different names (like ns instead of namespace).
3. Changed char* to const char* for constant strings.
2020-07-02 15:00:53 +03:00
..
cli_common.c * Added new cli show functions to work with cligen_output for cligen pageing to work. To acheive this, add a callback function as follows: 2020-06-17 14:04:19 +02:00
cli_common.h Clixon release 4.0.0 2019-07-13 16:33:23 +02:00
cli_generate.c Auto-cli updates and sync with clixon-docs 2020-06-15 16:07:04 +02:00
cli_generate.h Auto-cli updates and sync with clixon-docs 2020-06-15 16:07:04 +02:00
cli_handle.c enabled and removed USE_CLIGEN44 2020-05-12 14:02:25 +02:00
cli_handle.h enabled and removed USE_CLIGEN44 2020-05-12 14:02:25 +02:00
cli_main.c * New clixon-config@2020-06-17.yang revision 2020-06-18 11:28:47 +02:00
cli_plugin.c Auto-cli updates and sync with clixon-docs 2020-06-15 16:07:04 +02:00
cli_plugin.h Adapt to CLIgen 4.6 API changes 2020-05-19 22:26:29 +02:00
cli_show.c * Added new cli show functions to work with cligen_output for cligen pageing to work. To acheive this, add a callback function as follows: 2020-06-17 14:04:19 +02:00
clixon_cli.h Changed code so that it will be compatible with c++. 2020-07-02 15:00:53 +03:00
clixon_cli_api.h Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
Makefile.in libhttp compile 2020-05-28 17:19:15 +02:00