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:
authorAndrejs Sitals <andrejs.sitals@zabbix.com>2018-12-20 14:52:23 +0300
committerAndrejs Sitals <andrejs.sitals@zabbix.com>2018-12-20 14:52:23 +0300
commitf165affc59c88acf8c8578e87417a6f66c39cf7c (patch)
treeb601e64a4c3653f42a997256903bb17eac30dfff /include/zbxregexp.h
parent6317107547879aef0edfee6e847fc6ad7835ec32 (diff)
........S. [ZBX-15241] fixed escaping regexp symbols in preprocessing output parameter when creating item by LLD
Diffstat (limited to 'include/zbxregexp.h')
-rw-r--r--include/zbxregexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxregexp.h b/include/zbxregexp.h
index 813c564de34..cb2c4f340ea 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -56,6 +56,6 @@ int regexp_match_ex(const zbx_vector_ptr_t *regexps, const char *string, const c
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);
int zbx_global_regexp_exists(const char *name, const zbx_vector_ptr_t *regexps);
-void zbx_regexp_escape(char **string);
+void zbx_regexp_escape(char **string);
#endif /* ZABBIX_ZBXREGEXP_H */