diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-09 21:41:56 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-09 21:41:56 -0400 |
| commit | 15488c9cb3c7200efc3c863b505959a07e96e89a (patch) | |
| tree | 2a81ce3238db200c74964eab3dc99f3cb7cac905 /src/irc.h | |
| parent | 5d38ff9d6a6e9d0fe7d0d03896780f393a13ba0d (diff) | |
| download | fujinet-chat-15488c9cb3c7200efc3c863b505959a07e96e89a.tar.gz | |
use 16-bit ints for ping times (saves 778 bytes).
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
