summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/irc-hilight-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/irc/irc-hilight-text.h')
-rw-r--r--src/fe-common/irc/irc-hilight-text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/irc/irc-hilight-text.h b/src/fe-common/irc/irc-hilight-text.h
index 6acf8a8b..243ec653 100644
--- a/src/fe-common/irc/irc-hilight-text.h
+++ b/src/fe-common/irc/irc-hilight-text.h
@@ -1,6 +1,7 @@
#ifndef __IRC_HILIGHT_TEXT_H
#define __IRC_HILIGHT_TEXT_H
-char *irc_hilight_find_nick(const char *channel, const char *nick, const char *address);
+char *irc_hilight_find_nick(const char *channel, const char *nick,
+ const char *address, int level, const char *msg);
#endif