aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-17 03:45:41 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-17 03:45:41 -0500
commitf1bf0a483e917b67cf9db6483072db261f7688c3 (patch)
tree66fc917d1c224f891eb57a6a59710b73569482ba /src/irc.h
parent4187e2f3bd0d12e37c494cb990bf4fbd7885555e (diff)
downloadfujinet-chat-f1bf0a483e917b67cf9db6483072db261f7688c3.tar.gz
Start welding the new UI code to the client. Compiles but doesn't work yet...
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h9
1 files changed, 2 insertions, 7 deletions
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);