aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-29 17:51:42 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-29 17:52:51 -0400
commit4ab26eee1dd329152cd2424b0851f2ce950f96bc (patch)
tree2e65fc8b1fa58beff80c630dd1aa7c8f4353ba22 /src/irc.h
parent44f7a7087a78a86367096a574245406b5116bf42 (diff)
downloadfujinet-chat-4ab26eee1dd329152cd2424b0851f2ce950f96bc.tar.gz
Rewrite parse_msg(), get rid of strtok(), save 328 bytes!
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.h b/src/irc.h
index 8ced02d..b4e7764 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -67,6 +67,7 @@ void __fastcall__ bell(void); /* see src/bell.s */
void start_keystroke(char c);
/**** cmd.c */
+char *nextarg(char *arg);
void cmd_command(char *cmd);
void cmd_execute(void);
void cmd_rejoin_chans(void);