MINOR: cli: export cli_io_handler() to ease symbol resolution
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Mar 2025 16:28:12 +0000 (17:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Mar 2025 10:38:00 +0000 (11:38 +0100)
commit6c79e9a60b981fd3c6f02e2029b2ead0fbe4a35c
tree1fe1afc85a9ba3a64d5b74b0a03059dc724409a9
parente9428baa74ba97299cdca4e9238a9be0ef540f66
MINOR: cli: export cli_io_handler() to ease symbol resolution

It's common to meet this function in backtraces, it's a bit annoying
that it's not resolved, so let's export it so that it becomes resolvable.

(cherry picked from commit 1e99efccef21394f0b5e5940001aaee8b3cd6b4b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit a827c7ad60ae65cf4867cecace9bbdc1952dc4ba)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/cli.c