diff options
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,4 +61,5 @@ 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 */ +void cmd_rejoin_chans(void); +unsigned int read_rtclok(void); /* irc.c needs this one so it's not static */ |
