aboutsummaryrefslogtreecommitdiff
path: root/client/rl.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-29 12:09:19 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-29 12:09:19 +0200
commit81cbd31a1a6a0e521ab262492245ec109c25ec8b (patch)
tree9678444b28e8fc932639edd4446b013a43945392 /client/rl.h
parent8894d20ff0d1c1dde69879a21e756e01bcfa5262 (diff)
sort out completion functions
Diffstat (limited to 'client/rl.h')
-rw-r--r--client/rl.h2
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, ...);