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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 3dcaa2b6c7a..b2941d6b256 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1689,6 +1689,7 @@ zbx_function_type_t;
zbx_function_type_t zbx_get_function_type(const char *func);
int zbx_query_xpath(zbx_variant_t *value, const char *params, char **errmsg);
+int zbx_xmlnode_to_json(void *xml_node, char **jstr);
int zbx_xml_to_json(char *xml_data, char **jstr, char **errmsg);
int zbx_json_to_xml(char *json_data, char **xstr, char **errmsg);
#ifdef HAVE_LIBXML2