summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/irc-hilight-text.h
blob: 6acf8a8b4b84420c7f67f444aea8cddc7fa5c953 (plain)
1
2
3
4
5
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