From 669add63e866b11c47f94f750dcdbc8631a81218 Mon Sep 17 00:00:00 2001 From: Manuel Leiner Date: Sat, 11 Jan 2014 15:38:25 +0100 Subject: FS#155 hilight -tag --- src/fe-common/core/hilight-text.h | 1 + 1 file changed, 1 insertion(+) (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 74c58780..058efbc6 100644 --- a/src/fe-common/core/hilight-text.h +++ b/src/fe-common/core/hilight-text.h @@ -29,6 +29,7 @@ struct _HILIGHT_REC { unsigned int regexp_compiled:1; /* should always be TRUE, unless regexp is invalid */ regex_t preg; #endif + char *tag; }; extern GSList *hilights; -- cgit v1.2.3 From d3093418d42bf514eb808abc734f03669d4e18e7 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Mon, 7 Jul 2014 00:55:15 +0200 Subject: cleanup hilight -network patch --- src/fe-common/core/hilight-text.h | 2 +- 1 file changed, 1 insertion(+), 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 058efbc6..d54ec4b5 100644 --- a/src/fe-common/core/hilight-text.h +++ b/src/fe-common/core/hilight-text.h @@ -29,7 +29,7 @@ struct _HILIGHT_REC { unsigned int regexp_compiled:1; /* should always be TRUE, unless regexp is invalid */ regex_t preg; #endif - char *tag; + char *servertag; }; extern GSList *hilights; -- cgit v1.2.3