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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:03 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:18 +0300
commit7417609a882af4929821c23eb8aca22cf3b6ad80 (patch)
treeb86e8c74570a8b9c8520dcdabfde76f13af00bcc /include/zbxregexp.h
parent1d996822fdbccf68698a319924ae003bec93c692 (diff)
...G...PS. [DEV-1570] fixed multiple funcArgNamesDifferent cppcheck warnings
(cherry picked from commit fe50c591d19db5ee990a680ee7bc9b7eb224999b)
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 f849fc8ab8c..a25e56e2581 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -38,7 +38,7 @@ zbx_expression_t;
/* regular expressions */
int zbx_regexp_compile(const char *pattern, zbx_regexp_t **regexp, const char **err_msg_static);
-int zbx_regexp_compile_ext(const char *pattern, zbx_regexp_t **regexp, int flags, const char **error);
+int zbx_regexp_compile_ext(const char *pattern, zbx_regexp_t **regexp, int flags, const char **err_msg_static);
void zbx_regexp_free(zbx_regexp_t *regexp);
int zbx_regexp_match_precompiled(const char *string, const zbx_regexp_t *regexp);
char *zbx_regexp_match(const char *string, const char *pattern, int *len);