diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-17 03:45:41 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-17 03:45:41 -0500 |
| commit | f1bf0a483e917b67cf9db6483072db261f7688c3 (patch) | |
| tree | 66fc917d1c224f891eb57a6a59710b73569482ba /src/irc.h | |
| parent | 4187e2f3bd0d12e37c494cb990bf4fbd7885555e (diff) | |
| download | fujinet-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.h | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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); |
