summary refs log tree commit diff stats
path: root/src/common/inbound.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-18 22:09:44 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-18 22:09:44 +0200
commit9d717ffee9d3ebb88c08312a3c8bd20f24c1dd8e (patch)
treefea8613b1c703934570b7461bf2c57243ec28026 /src/common/inbound.h
parentbac96d1fa8fb5c6ffd8715a25400e7759c153a21 (diff)
Fix text event for erroneous nicks
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);