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>2021-08-12 11:28:44 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-08-12 11:28:44 +0300
commite8ec40cc47da28d4b3a97d6d626bd488b1fbb3e7 (patch)
treef205eb098f919669c27781e0ce549060746ee5d9 /include/db.h
parent09c84d6d30be93f3777553998088f5f0ede0bba2 (diff)
........S. [ZBXNEXT-6810] fixes after merge
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 853ae77d36b..10ee0a13105 100644
--- a/include/db.h
+++ b/include/db.h
@@ -634,7 +634,6 @@ void DBdelete_graphs(zbx_vector_uint64_t *graphids);
void DBdelete_triggers(zbx_vector_uint64_t *triggerids);
void DBdelete_hosts(const zbx_vector_uint64_t *hostids, const zbx_vector_str_t *hostnames);
-void DBdelete_hosts_for_lld(const zbx_vector_uint64_t *hostids);
void DBdelete_hosts_with_prototypes(const zbx_vector_uint64_t *hostids, const zbx_vector_str_t *hostnames);
void DBadd_condition_alloc(char **sql, size_t *sql_alloc, size_t *sql_offset, const char *fieldname,