diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-25 22:50:31 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-25 22:50:31 -0400 |
| commit | 19aa5714cc3e51849bed0434769238cfcbb3efd8 (patch) | |
| tree | bd3433ac1da6d6067c687bfc90b572c144731064 /src/irc.h | |
| parent | 22ee67413580fd0f738b4c93c3cfc1d34f13cc35 (diff) | |
| download | fujinet-chat-19aa5714cc3e51849bed0434769238cfcbb3efd8.tar.gz | |
Tidy up irc.h and edbox.c.
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ void print_errnum(void); void __fastcall__ bell(void); /* see src/bell.s */ +void start_keystroke(char c); + /**** cmd.c */ void cmd_command(char *cmd); void cmd_execute(void); |
