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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-12-08 17:39:55 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-12-08 17:39:55 +0300
commit696070e74ddcb05b132183a218bae9b1039d0f62 (patch)
tree92e2e1d46678d9ad27a04706bd3845f91d6376f8 /include/zbxserver.h
parentc09ad943063ac07e469742844053186d7dc14986 (diff)
.......PS. [ZBXNEXT-5518] added server part of XML/JSON conversion
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index 2c94a345bde..a246495d50a 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -108,5 +108,4 @@ void zbx_substitute_item_name_macros(DC_ITEM *dc_item, const char *name, char **
int substitute_macros_in_json_pairs(char **data, const struct zbx_json_parse *jp_row,
const zbx_vector_ptr_t *lld_macro_paths, char *error, int maxerrlen);
int xml_xpath_check(const char *xpath, char *error, size_t errlen);
-
#endif