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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-10-06 20:33:24 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-10-20 13:28:12 +0300
commite35760ffcaf4344f23b9e4176148e65e4bd020a2 (patch)
treee88990d8dc192f39e8995c5f510416d8184a8173 /include
parent67bd8fac809f8a1ac62e1628c28aec0425b12097 (diff)
.......PS. [ZBXNEXT-6608] refactoring of zbxxml
(cherry picked from commit 24084653ebf521172bd8c93f499b18f1d773ed15)
Diffstat (limited to 'include')
-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