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:
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index 8076dddfa67..033a7a95cd8 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -62,7 +62,7 @@ void get_functionids(zbx_vector_uint64_t *functionids, const char *expression);
int evaluate_function(char **value, DC_ITEM *item, const char *function, const char *parameter,
const zbx_timespec_t *ts, char **error);
-int evaluate_function2(char **value, DC_ITEM *item, const char *function, const char *parameter,
+int evaluate_function2(zbx_variant_t *value, DC_ITEM *item, const char *function, const char *parameter,
const zbx_timespec_t *ts, char **error);