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-20 13:39:35 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-10-20 13:40:17 +0300
commit0c131646a0002a8de4dd56567822dc96d1b4fcd2 (patch)
treeb73e78d39b5be4b64b7b0d0bb3a5fe11e80b8bdd /include/common.h
parent7f535a68033284294109d8a0e4eeadbbc7bf0a90 (diff)
.......PS. [ZBXNEXT-6608] added support for vmware key named 'vmware.hv.sensors.get'
* commit '8238caa60076a82937fd279cbf27973f6fda20ef': .......PS. [ZBXNEXT-6608] fixed function params description .......PS. [ZBXNEXT-6608] minor refactoring .......PS. [ZBXNEXT-6608] fixed function description .......PS. [ZBXNEXT-6608] refactored macro ZBX_HVPROPMAP .......PS. [ZBXNEXT-6608] renamed function type .......PS. [ZBXNEXT-6608] added vmware key 'vmware.hv.sensors.get' to CHelpItems.php .......PS. [ZBXNEXT-6608] fixed changelog entry .......PS. [ZBXNEXT-6608] refactoring of zbxxml .......PS. [ZBXNEXT-6608] added support for vmware key named 'vmware.hv.sensors.get' (cherry picked from commit 7fe028c44e54da8ec04d0141ccf816e36acbb41b)
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 e72edc6b7f2..a45da89d9cf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1710,6 +1710,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