diff options
Diffstat (limited to 'include/cli.h')
-rw-r--r-- | include/cli.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cli.h b/include/cli.h index 094a6602d7..ac09c80c78 100644 --- a/include/cli.h +++ b/include/cli.h @@ -229,4 +229,7 @@ void cli_ch_init(struct cli_ch_state *cch); */ int cli_ch_process(struct cli_ch_state *cch, int ichar); +/** cread_print_hist_list() - Print the command-line history list */ +void cread_print_hist_list(void); + #endif |