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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-02-17 16:01:18 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-02-17 17:09:25 +0300
commit2cddefa3672394ea15e278bc58a85d64695e1219 (patch)
tree72596df124a3b697fa998380cff7e0020f3cc18e /include/zbxeval.h
parent10d1b939f73036f353b80265dccf418d4248f97a (diff)
........S. [ZBXNEXT-6451] fixed function evaluation error messages
Diffstat (limited to 'include/zbxeval.h')
-rw-r--r--include/zbxeval.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxeval.h b/include/zbxeval.h
index b545ba171c8..d09a9abfdfd 100644
--- a/include/zbxeval.h
+++ b/include/zbxeval.h
@@ -194,4 +194,7 @@ void zbx_eval_replace_functionid(zbx_eval_context_t *ctx, zbx_uint64_t old_funct
int zbx_eval_validate_replaced_functionids(zbx_eval_context_t *ctx, char **error);
void zbx_eval_copy(zbx_eval_context_t *dst, const zbx_eval_context_t *src, const char *expression);
+char *zbx_eval_format_function_error(const char *function, const char *host, const char *key,
+ const char *parameter, const char *error);
+
#endif