diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-09-20 17:44:44 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-09-20 17:44:44 +0000 |
commit | 938915d3871df41e1e4b706a31ae50c09e898795 (patch) | |
tree | b52eb70026538f3a90dad93b116f180ff3953156 /src/irc/irc.h | |
parent | 25bbe3d28492ce4204857ee45b65da10eda9a041 (diff) | |
download | weechat-938915d3871df41e1e4b706a31ae50c09e898795.zip |
Added nicks colors in setup file
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r-- | src/irc/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h index 9ddbcb569..51696b5fd 100644 --- a/src/irc/irc.h +++ b/src/irc/irc.h @@ -342,6 +342,7 @@ extern void channel_print_log (t_irc_channel *); /* nick functions (irc-nick.c) */ +extern int nick_find_color (t_irc_nick *); extern t_irc_nick *nick_new (t_irc_channel *, char *, int, int, int, int, int); extern void nick_resort (t_irc_channel *, t_irc_nick *); extern void nick_change (t_irc_channel *, t_irc_nick *, char *); |