mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
7 lines
156 B
C
7 lines
156 B
C
|
#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
|