mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Portability fix extern "C" static -> extern "C"
This commit is contained in:
@ -176,7 +176,7 @@ static void dump_remote_file(NET* net, const char* fname)
|
||||
}
|
||||
|
||||
|
||||
extern "C" static my_bool
|
||||
extern "C" my_bool
|
||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||
char *argument)
|
||||
{
|
||||
|
Reference in New Issue
Block a user