summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/irc-hilight-text.h
blob: 243ec653fee46e1a451893d6088da7cb5e5e796f (plain)
1
2
3
4
5
6
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, int level, const char *msg);

#endif