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>2021-09-06 11:55:32 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-09-06 11:55:32 +0300
commit539fc17af48354b238849165c5272f1d3d4d1381 (patch)
treec59a61a0fc4eca6e279f2f20bda868aee4fe866e /include/db.h
parent65b9c6dbdab6f785f314a7ab25047009493afc7b (diff)
parentbc9b2aa75f2018b0141c94e4f53aeb22bd529f34 (diff)
.......... [ZBXNEXT-6787] merged branch 'master' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6787-5.5
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 1f7810d58f9..b46de9a30d7 100644
--- a/include/db.h
+++ b/include/db.h
@@ -901,6 +901,7 @@ 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);
ZBX_PTR_VECTOR_DECL(db_tag_ptr, zbx_db_tag_t *)