Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2016-05-05 10:09:43 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2016-05-05 10:09:43 +0300
commit9fe4fa4003f4946709cddd94239e924bd8b3364f (patch)
treece764c673f118a0babafd2ad01990df415958d66 /include/zbxregexp.h
parent1b031a41d9b43cdc93dd965af09c2ac098d0c862 (diff)
parent627516990ca962ecf1e3e56c5ff534b28ea25084 (diff)
.......... [ZBXNEXT-1638] merged from upstream
Diffstat (limited to 'include/zbxregexp.h')
-rw-r--r--include/zbxregexp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxregexp.h b/include/zbxregexp.h
index b249d43857f..ec445f1d6aa 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -21,6 +21,9 @@
#include "zbxalgo.h"
+#define ZBX_REGEXP_NO_MATCH 0
+#define ZBX_REGEXP_MATCH 1
+
typedef struct
{
char *name;