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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-10-27 11:58:35 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-10-27 11:58:35 +0300
commit431316bba29dbc75b1af324286abb99a5c170d01 (patch)
tree7effc5fc85bc48ecf4f7dbcc96d7818835709cea /include/db.h
parentcb5803be5bfeded107e4f047e44f38a78e5b9a21 (diff)
.......PS. [ZBXNEXT-6921] style fix
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index 963b1649c24..d8a9493e520 100644
--- a/include/db.h
+++ b/include/db.h
@@ -692,6 +692,7 @@ int DBtable_exists(const char *table_name);
int DBfield_exists(const char *table_name, const char *field_name);
#ifndef HAVE_SQLITE3
int DBindex_exists(const char *table_name, const char *index_name);
+int DBpk_exists(const char *table_name);
#endif
int DBprepare_multiple_query(const char *query, const char *field_name, zbx_vector_uint64_t *ids, char **sql,
@@ -948,6 +949,4 @@ void zbx_db_trigger_get_itemids(const DB_TRIGGER *trigger, zbx_vector_uint64_t *
int DBselect_ids_names(const char *sql, zbx_vector_uint64_t *ids, zbx_vector_str_t *names);
-int DBpk_exists(const char *table_name);
-
#endif