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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-05-27 15:10:37 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-05-27 15:10:37 +0300
commit2a4746d32e095ef8564e9b59cc13b8423b6a965c (patch)
tree32abf8a31ed7f67b42ed137fae8159d1c286afcd /include/zbxdb.h
parent376d88399b2894239bf4b29b2f9029cfe3ca855b (diff)
.......PS. [ZBX-17801] add void to the argument list of the newly added functions
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 6647daad044..2e5ddc745fa 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -82,7 +82,7 @@ zbx_db_value_t;
int zbx_db_init(const char *dbname, const char *const db_schema, char **error);
void zbx_db_deinit(void);
-void zbx_db_init_autoincrement_options();
+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);