aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 23:05:57 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 23:05:57 -0400
commit4ac4aa49d77da3f471ca34a025074cf4a10be841 (patch)
treee08ecf73137f69a5573d1a76ecdd082704091e70 /src/irc.h
parentb2178fd7a85d64c078f5d0231d2c5e5c86cf2c60 (diff)
downloadfujinet-chat-4ac4aa49d77da3f471ca34a025074cf4a10be841.tar.gz
Add a bunch of Start keystrokes (see ui_keys.txt)
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 7feeb24..d513604 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -63,4 +63,5 @@ void print_errnum(void);
void cmd_command(char *cmd);
void cmd_execute(void);
void cmd_rejoin_chans(void);
+void cmd_ctcp_ping(char *nick);
unsigned int read_rtclok(void); /* irc.c needs this one so it's not static */