summaryrefslogtreecommitdiff
path: root/src/fe-common/core/hilight-text.h
diff options
context:
space:
mode:
authorManuel Leiner <satmd@lain.at>2014-01-11 15:38:25 +0100
committerAilin Nemui <ailin@esf51.localdomain>2014-07-07 00:42:50 +0200
commit669add63e866b11c47f94f750dcdbc8631a81218 (patch)
tree9056a0872a9dd947bed7136968f558feff90fdbc /src/fe-common/core/hilight-text.h
parentfc00b9e6f07379f09ea13fa42d9feed377d2d762 (diff)
downloadirssi-669add63e866b11c47f94f750dcdbc8631a81218.zip
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..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;