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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2018-05-07 17:49:09 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2018-05-07 17:49:09 +0300
commit2e32763ca3567eaabd9e8e5b91b8ca9291b3f7b2 (patch)
treecd14ffe43a61f6f238b46be798db58d77e6c9dfd /include/zbxregexp.h
parentba6711c6817b3c55ba5c9185aaf2194e77e8b8d8 (diff)
........S. [ZBXNEXT-4163] using LLD macros on item preprocessing
Diffstat (limited to 'include/zbxregexp.h')
-rw-r--r--include/zbxregexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxregexp.h b/include/zbxregexp.h
index 651c714a5fd..e67e1345c37 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -53,5 +53,6 @@ void add_regexp_ex(zbx_vector_ptr_t *regexps, const char *name, const char *expr
int regexp_match_ex(const zbx_vector_ptr_t *regexps, const char *string, const char *pattern, int case_sensitive);
int regexp_sub_ex(const zbx_vector_ptr_t *regexps, const char *string, const char *pattern, int case_sensitive,
const char *output_template, char **output);
+void zbx_regexp_escape(char **string);
#endif /* ZABBIX_ZBXREGEXP_H */