blob: 9d2b1b3d217ea4433a86ba34c89e09fd2f3f0de2 (
plain)
1
2
3
4
5
6
7
8
9
|
#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);
int irc_hilight_last_color(void);
#endif
|