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>2019-01-02 12:13:52 +0300
committerAndrejs Sitals <andrejs.sitals@zabbix.com>2019-01-02 12:13:52 +0300
commit1d4461ecad2a3e4d011aa94b6bcb6978db581eb8 (patch)
tree7ff4fef0bc3404dba13f697a1f3c9ad5fb61aa5d /include/zbxregexp.h
parentd9f6d0bef4cf0f48efff09708b0048568910807e (diff)
.......... [ZBX-15241] merged with /branches/4.0:r88157, resolved conflicts in src/libs/zbxdbhigh/lld_item.c
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 */