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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-12-21 12:00:47 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-12-21 12:00:47 +0300
commit51d798ee3d83f4e8390ce6e4d706b591041871f1 (patch)
treea17da0084c89d2ea13b01dcdca9541646ae9d052 /include/zbxregexp.h
parent0719838916a57ea457ada5fef6e220f4379eb0cc (diff)
........S. [ZBX-15241] reverted changes to merge ZBXNEXT-4742
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 cb2c4f340ea..813c564de34 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 */