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:
authorAndris Zeila <andris.zeila@zabbix.com>2022-07-11 10:43:14 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-07-11 10:43:14 +0300
commit65c950aaff87ea42ec3d40f515676ebd4ac8420c (patch)
treecfb4bae7332a77fab8e1f8d157aa937cfc775778 /include
parent5fa1b8cc348e94859dff0b73c69f1346596bc95a (diff)
parentcb79fcb57892e4d004cf36ae76dd777923586839 (diff)
........S. [ZBX-21145] removed unused functions, fixed function parameter naming
Merge in ZBX/zabbix from feature/ZBX-21145-6.0 to release/6.0 * commit 'cb79fcb57892e4d004cf36ae76dd777923586839': ........S. [ZBX-21145] fixed function argument naming ........S. [ZBX-21145] removed redundant loop ........S. [ZBX-21145] removed unused functions, fixed function parameter naming
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index 1279b832589..8760e4a632a 100644
--- a/include/db.h
+++ b/include/db.h
@@ -898,8 +898,6 @@ ZBX_PTR_VECTOR_DECL(db_tag_ptr, zbx_db_tag_t *)
zbx_db_tag_t *zbx_db_tag_create(const char *tag_tag, const char *tag_value);
void zbx_db_tag_free(zbx_db_tag_t *tag);
-int zbx_db_tag_compare_func(const void *d1, const void *d2);
-int zbx_db_tag_compare_func_template(const void *d1, const void *d2);
int zbx_merge_tags(zbx_vector_db_tag_ptr_t *dst, zbx_vector_db_tag_ptr_t *src, const char *owner, char **error);