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, 2 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 3ad8bb2ebbe..1f14bb25d6d 100644
--- a/include/db.h
+++ b/include/db.h
@@ -768,4 +768,6 @@ zbx_proxy_diff_t;
int zbx_db_lock_maintenanceids(zbx_vector_uint64_t *maintenanceids);
+void zbx_db_save_item_changes(char **sql, size_t *sql_alloc, size_t *sql_offset, const zbx_vector_ptr_t *item_diff);
+
#endif