summaryrefslogtreecommitdiff
path: root/src/irc/core/mode-lists.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/mode-lists.h')
-rw-r--r--src/irc/core/mode-lists.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/mode-lists.h b/src/irc/core/mode-lists.h
index 105e1245..cd3bc0bf 100644
--- a/src/irc/core/mode-lists.h
+++ b/src/irc/core/mode-lists.h
@@ -10,7 +10,7 @@ typedef struct {
BAN_REC *banlist_find(GSList *list, const char *ban);
BAN_REC *banlist_add(IRC_CHANNEL_REC *channel, const char *ban, const char *nick, time_t time);
-void banlist_remove(IRC_CHANNEL_REC *channel, const char *ban);
+void banlist_remove(IRC_CHANNEL_REC *channel, const char *ban, const char *nick);
BAN_REC *banlist_exception_add(IRC_CHANNEL_REC *channel, const char *ban, const char *nick, time_t time);
void banlist_exception_remove(IRC_CHANNEL_REC *channel, const char *ban);