diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-20 13:47:37 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-20 13:47:37 +0200 |
commit | db8906d54cd9afbc57f0b40a0d618335c552f704 (patch) | |
tree | 86f6365f3770c02e1c9a772f338b20553dc6e454 /client/rl.h | |
parent | 27c8d89359b8d5e97c4c23ff464d5f3de7279709 (diff) |
back-and-forth in C++ w/o netcat
Diffstat (limited to 'client/rl.h')
-rw-r--r-- | client/rl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/rl.h b/client/rl.h index 313a8fe..503225f 100644 --- a/client/rl.h +++ b/client/rl.h @@ -5,14 +5,6 @@ #define CLI_PROMPT "(" COLOR_BOLD "pbc" COLOR_OFF ") " -#ifdef __cplusplus -extern "C" { -#endif - int cli_main(); void rl_printf(const char *fmt, ...); -#ifdef __cplusplus -} -#endif - |