diff options
author | monty@butch. <> | 2002-11-07 12:49:01 +0200 |
---|---|---|
committer | monty@butch. <> | 2002-11-07 12:49:01 +0200 |
commit | 890b39bb68eb90f1dc6ec13c8b8e1b06f3def116 (patch) | |
tree | 735a853cc51cb8bebe0ea3e7c79b1a381088f96d /client | |
parent | db6cbba239f9f17abaf1ab6c6055c45355f83fde (diff) | |
parent | a2bdf9265f3a0874f8d58bec690da4af07bca4cb (diff) | |
download | mariadb-git-890b39bb68eb90f1dc6ec13c8b8e1b06f3def116.tar.gz |
merge
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 b2100ac1596..fbded7aaaaf 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -176,7 +176,7 @@ static void dump_remote_file(NET* net, const char* fname) } -static my_bool +extern "C" static my_bool get_one_option(int optid, const struct my_option *opt __attribute__((unused)), char *argument) { |