diff options
Diffstat (limited to 'nick.h')
-rw-r--r-- | nick.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |