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-10-01 15:47:38 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-01 15:48:03 +0300
commit35954dc68d66910871c570e7b85f6038a657bcd3 (patch)
tree0a8fcb7b52451d6ce0a6f7f8d937a46a9cdfe80a /include/db.h
parente5c48dfbbdc5a66a76dd141275e8138c905945a7 (diff)
........S. [ZBXNEXT-6923] added node updates, active/standby checks, refactored database access
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 d3d780a9007..ef0efc2cc0d 100644
--- a/include/db.h
+++ b/include/db.h
@@ -537,7 +537,6 @@ DB_ROW DBfetch(DB_RESULT result);
int DBis_null(const char *field);
void DBbegin(void);
int DBcommit(void);
-int DBcommit_without_reconnect(void);
void DBrollback(void);
int DBend(int ret);