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 5e80d1a..c3bf2c7 100644 --- a/client/rl.h +++ b/client/rl.h @@ -7,4 +7,5 @@ int cli_main(); void rl_printf(const char * fmt, ...); +int rl_word(const char * line, int cursor); |