summary refs log tree commit diff stats
path: root/src/common/inbound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/inbound.h')
-rw-r--r--src/common/inbound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inbound.h b/src/common/inbound.h
index e90ef8c3..32368cc1 100644
--- a/src/common/inbound.h
+++ b/src/common/inbound.h
@@ -20,7 +20,7 @@
 #ifndef HEXCHAT_INBOUND_H
 #define HEXCHAT_INBOUND_H
 
-void inbound_next_nick (session *sess, char *nick);
+void inbound_next_nick (session *sess, char *nick, int error);
 void inbound_uback (server *serv);
 void inbound_uaway (server *serv);
 void inbound_account (server *serv, char *nick, char *account);