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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-09-03 14:13:38 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-09-03 14:13:38 +0300
commite530b0e82ae59ca359b1cc9dfd1993cf89efb212 (patch)
tree2f5a7b3e162ffa5268061c8c745b94e5fcf9e7ae /include/zbxserver.h
parent6f7541118e4b4d3988e06e338e19c5447d4c376a (diff)
........S. [ZBXNEXT-6824,ZBXNEXT-6825] removed unused functions
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index b6eccd8d0d2..d3062c796ea 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -61,8 +61,6 @@
#define STR_CONTAINS_MACROS(str) (NULL != strchr(str, '{'))
-int evaluate_function(char **value, DC_ITEM *item, const char *function, const char *parameter,
- const zbx_timespec_t *ts, char **error);
int evaluate_function2(zbx_variant_t *value, DC_ITEM *item, const char *function, const char *parameter,
const zbx_timespec_t *ts, char **error);