diff options
Diffstat (limited to 'client/rl.h')
-rw-r--r-- | client/rl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/rl.h b/client/rl.h index 503225f..5e80d1a 100644 --- a/client/rl.h +++ b/client/rl.h @@ -6,5 +6,5 @@ #define CLI_PROMPT "(" COLOR_BOLD "pbc" COLOR_OFF ") " int cli_main(); -void rl_printf(const char *fmt, ...); +void rl_printf(const char * fmt, ...); |