aboutsummaryrefslogtreecommitdiff
path: root/mcin/mcin.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcin/mcin.h')
-rw-r--r--mcin/mcin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcin/mcin.h b/mcin/mcin.h
index 5b6f78c..6aa8335 100644
--- a/mcin/mcin.h
+++ b/mcin/mcin.h
@@ -4,10 +4,12 @@
#include <regex.h>
#define MCIN_REGEX_COUNT 51
+#define MCIN_REGEX_COUNT_WARN 1
typedef struct mcin_matcher {
regex_t regex_master;
regex_t regex[MCIN_REGEX_COUNT];
+ regex_t regex_warn[MCIN_REGEX_COUNT_WARN];
} MCINMatcher;
int mcin_matcher_init(MCINMatcher *out);