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-04-06 09:30:34 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-06 09:30:34 +0300
commit0804ec4ad052749e218ee464f927097321c06143 (patch)
treee36ed8534cca54f3a1eb602c381d62a6bdf2d12f /include/zbxjson.h
parentf2a5cd0f37f6813a275c8f997cbb6e711204b6cb (diff)
........S. [DEV-1836] refactoring the name of functions and variables
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 9bee550dd8d..62c4f1b52e1 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -297,7 +297,4 @@ void zbx_jsonpath_clear(zbx_jsonpath_t *jsonpath);
int zbx_jsonpath_compile(const char *path, zbx_jsonpath_t *jsonpath);
int zbx_jsonpath_query(const struct zbx_json_parse *jp, const char *path, char **output);
-void zbx_json_create_entry_for_DBversion(struct zbx_json *json, char *database, char *friendly_current_version,
- char *friendly_min_version, char *friendly_max_version, int flag);
-
#endif /* ZABBIX_ZJSON_H */