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/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 7cab4448323..2ee7a94ddcc 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1547,4 +1547,6 @@ char *zbx_create_token(zbx_uint64_t seed);
#define ZBX_PROBLEM_SUPPRESSED_FALSE 0
#define ZBX_PROBLEM_SUPPRESSED_TRUE 1
+int zbx_variant_to_value_type(zbx_variant_t *value, unsigned char value_type, char **errmsg);
+
#endif