From 15488c9cb3c7200efc3c863b505959a07e96e89a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 9 Mar 2026 21:41:56 -0400 Subject: use 16-bit ints for ping times (saves 778 bytes). --- src/irc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index b6791ad..2525120 100644 --- a/src/irc.h +++ b/src/irc.h @@ -61,4 +61,4 @@ void print_errnum(void); /**** cmd.c */ void cmd_command(char *cmd); void cmd_execute(void); -long read_rtclok(void); /* irc.c needs this one so it's not static */ +unsigned int read_rtclok(void); /* irc.c needs this one so it's not static */ -- cgit v1.2.3