aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h2
1 files changed, 1 insertions, 1 deletions
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 */