mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
mysql_get_parameter interface fixed
include/mysql.h: (void) added to the empty parameter's list libmysql/libmysql.c: (void) added to the empty parameter's list
This commit is contained in:
parent
00c41b2850
commit
09b9182e2e
2 changed files with 2 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ typedef struct st_mysql_parameters
|
|||
int STDCALL mysql_server_init(int argc, char **argv, char **groups);
|
||||
void STDCALL mysql_server_end(void);
|
||||
|
||||
MYSQL_PARAMETERS *STDCALL mysql_get_parameters();
|
||||
MYSQL_PARAMETERS *STDCALL mysql_get_parameters(void);
|
||||
|
||||
/*
|
||||
Set up and bring down a thread; these function should be called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue