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 f05ff721123..8eeed877e4e 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -54,7 +54,7 @@
#define STR_CONTAINS_MACROS(str) (NULL != strchr(str, '{'))
-char *zbx_dc_expand_user_macros_in_expression(const char *text, zbx_uint64_t *hostids, int hostids_num);
+char *dc_expand_user_macros_in_expression(const char *text, zbx_uint64_t *hostids, int hostids_num);
int get_N_functionid(const char *expression, int N_functionid, zbx_uint64_t *functionid, const char **end);
void get_functionids(zbx_vector_uint64_t *functionids, const char *expression);