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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-07 13:36:36 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-07 13:36:36 +0300
commit3935d1b53eae3ea9e9543187ff5ce5ea1044a473 (patch)
tree4ebe213ec0e06a65cd831c566f349bb35ab288cc /include/zbxdb.h
parent9e8c48fe5800f8c7235603d18400fc2b82d1f188 (diff)
........S. [DEV-1836] renamed zbx_db_version_status_t
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index d4d6cec66b9..1b11fb13a5c 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -178,7 +178,7 @@ typedef enum
DB_VERSION_LOWER_THAN_MINIMUM,
DB_VERSION_HIGHER_THAN_MAXIMUM,
DB_VERSION_FAILED_TO_RETRIEVE
-} db_version_status_t;
+} zbx_db_version_status_t;
zbx_uint32_t zbx_dbms_version_get(void);
zbx_uint32_t zbx_dbms_version_extract(struct zbx_json *json);