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:
Diffstat (limited to 'include/db.h')
-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);