1
0
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:
monty@hundin.mysql.fi
2002-11-07 12:49:02 +02:00
parent 890b39bb68
commit aa4e165808
10 changed files with 32 additions and 32 deletions

View File

@ -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)
{