diff options
author | monty@hundin.mysql.fi <> | 2002-11-07 12:49:02 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-11-07 12:49:02 +0200 |
commit | aa4e1658080ef50072f796773d2723e723d01ff0 (patch) | |
tree | d3af8befba9a4bff157436dba47b7cbd48f09c83 /client | |
parent | 890b39bb68eb90f1dc6ec13c8b8e1b06f3def116 (diff) | |
download | mariadb-git-aa4e1658080ef50072f796773d2723e723d01ff0.tar.gz |
Portability fix extern "C" static -> extern "C"
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index fbded7aaaaf..14778876868 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -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) { |