summaryrefslogtreecommitdiff
path: root/nick.h
diff options
context:
space:
mode:
Diffstat (limited to 'nick.h')
-rw-r--r--nick.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nick.h b/nick.h
index 7e65fc3..580ebf1 100644
--- a/nick.h
+++ b/nick.h
@@ -7,6 +7,7 @@ struct nick_t {
char *name;
struct nick_regex_t {
pcre *re;
+ pcre_extra *re_e;
struct nick_regex_t *next;
} *regexes;
struct nick_t *next;