mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
c95034c6de
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
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
|