From f1bf0a483e917b67cf9db6483072db261f7688c3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Feb 2026 03:45:41 -0500 Subject: Start welding the new UI code to the client. Compiles but doesn't work yet... --- src/irc.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index 77510d1..5b9e81e 100644 --- a/src/irc.h +++ b/src/irc.h @@ -47,13 +47,8 @@ void irc_register(void); the IRC server (via /quit or error). */ void irc_loop(void); -/**** ui.c */ -void ui_init(void); -void ui_start_msg(void); -void ui_end_msg(void); -void ui_keystroke(void); -void ui_print(const char *str); -void ui_putchar(char c); +void print_errnum(void); /**** cmd.c */ void cmd_command(const char *cmd); +void cmd_execute(void); -- cgit v1.2.3