- Fixed list pagination for CLI

This commit is contained in:
Olof hagsand 2021-08-31 17:25:54 +02:00
parent a046306270
commit 28f58fb7d6
10 changed files with 919 additions and 362 deletions

View file

@ -42,7 +42,7 @@
void cli_signal_block(clicon_handle h);
void cli_signal_unblock(clicon_handle h);
/* If you do not find a function here it may be in clicon_cli_api.h which is
/* If you do not find a function here it may be in clixon_cli_api.h which is
the external API */
#endif /* _CLI_COMMON_H_ */