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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:03 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:18 +0300
commit7417609a882af4929821c23eb8aca22cf3b6ad80 (patch)
treeb86e8c74570a8b9c8520dcdabfde76f13af00bcc /include/zbxdb.h
parent1d996822fdbccf68698a319924ae003bec93c692 (diff)
...G...PS. [DEV-1570] fixed multiple funcArgNamesDifferent cppcheck warnings
(cherry picked from commit fe50c591d19db5ee990a680ee7bc9b7eb224999b)
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 2e5ddc745fa..a3f7871bcb3 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -79,13 +79,13 @@ zbx_db_value_t;
# define ZBX_ROW_DL ";\n"
#endif
-int zbx_db_init(const char *dbname, const char *const db_schema, char **error);
+int zbx_db_init(const char *dbname, const char *const dbschema, char **error);
void zbx_db_deinit(void);
void zbx_db_init_autoincrement_options(void);
int zbx_db_connect(char *host, char *user, char *password, char *dbname, char *dbschema, char *dbsocket, int port,
- char *tlsmode, char *cert, char *key, char *ca, char *cipher, char *cipher_13);
+ char *tls_connect, char *cert, char *key, char *ca, char *cipher, char *cipher_13);
void zbx_db_close(void);
int zbx_db_begin(void);