summaryrefslogtreecommitdiff
path: root/src/fe-common/core/hilight-text.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-07-07 22:49:29 +0200
committerAlexander Færøy <ahf@0x90.dk>2014-07-07 22:49:29 +0200
commita9ff985a919b90ab047d9d98d982b2cab8cd9565 (patch)
tree7f8ba330a79bc3d5ab4504620190da028a26389b /src/fe-common/core/hilight-text.h
parentb2c3db4d5bc7bfa401b1e67ab24a115779012d93 (diff)
parentd3093418d42bf514eb808abc734f03669d4e18e7 (diff)
downloadirssi-a9ff985a919b90ab047d9d98d982b2cab8cd9565.zip
Merge pull request #15 from ailin-nemui/hilights-network-tag
FS#155 hilight -tag
Diffstat (limited to 'src/fe-common/core/hilight-text.h')
-rw-r--r--src/fe-common/core/hilight-text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/hilight-text.h b/src/fe-common/core/hilight-text.h
index 74c58780..d54ec4b5 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 *servertag;
};
extern GSList *hilights;