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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fe-common/irc/irc-hilight-text.h b/src/fe-common/irc/irc-hilight-text.h
new file mode 100644
index 00000000..6acf8a8b
--- /dev/null
+++ b/src/fe-common/irc/irc-hilight-text.h
@@ -0,0 +1,6 @@
+#ifndef __IRC_HILIGHT_TEXT_H
+#define __IRC_HILIGHT_TEXT_H
+
+char *irc_hilight_find_nick(const char *channel, const char *nick, const char *address);
+
+#endif