diff options
Diffstat (limited to 'client/rl.h')
-rw-r--r-- | client/rl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/rl.h b/client/rl.h index c3bf2c7..ab31ddb 100644 --- a/client/rl.h +++ b/client/rl.h @@ -8,4 +8,5 @@ int cli_main(); void rl_printf(const char * fmt, ...); int rl_word(const char * line, int cursor); +char ** rl_complete_list(const char * word, const char * suggestions[]); |