From fa80d4913b4a103a6bfc184245d880eda9ef20d4 Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Wed, 6 Oct 2004 16:25:34 +0000 Subject: Fix HILIGHT -actcolor -mask (Bug 131) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3309 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/hilight-text.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/fe-common/core/hilight-text.h') diff --git a/src/fe-common/core/hilight-text.h b/src/fe-common/core/hilight-text.h index 6e510737..74c58780 100644 --- a/src/fe-common/core/hilight-text.h +++ b/src/fe-common/core/hilight-text.h @@ -5,6 +5,8 @@ # include #endif +#include "formats.h" + typedef struct _HILIGHT_REC HILIGHT_REC; struct _HILIGHT_REC { @@ -36,9 +38,12 @@ HILIGHT_REC *hilight_match(SERVER_REC *server, const char *channel, int level, const char *str, int *match_beg, int *match_end); -char *hilight_match_nick(SERVER_REC *server, const char *channel, +HILIGHT_REC *hilight_match_nick(SERVER_REC *server, const char *channel, const char *nick, const char *address, int level, const char *msg); + +char *hilight_get_color(HILIGHT_REC *rec); +void hilight_update_text_dest(TEXT_DEST_REC *dest, HILIGHT_REC *rec); void hilight_create(HILIGHT_REC *rec); void hilight_remove(HILIGHT_REC *rec); -- cgit v1.2.3