diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-04-28 13:08:05 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-04-28 13:08:05 +0300 |
commit | 822e09fb64b1319eec687b0d66a42d42fc8d78bb (patch) | |
tree | 4383a57259be1d65d3535e42d79007c5d04b1108 /include/mysql | |
parent | af6c8b59eaeb3d5a061f88c14a548462d79bfb18 (diff) | |
download | mariadb-git-822e09fb64b1319eec687b0d66a42d42fc8d78bb.tar.gz |
Fixed the ABI check files after the push of bug # 12325444.
Diffstat (limited to 'include/mysql')
-rw-r--r-- | include/mysql/client_plugin.h.pp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mysql/client_plugin.h.pp b/include/mysql/client_plugin.h.pp index e508f821aad..93eaff7501e 100644 --- a/include/mysql/client_plugin.h.pp +++ b/include/mysql/client_plugin.h.pp @@ -35,6 +35,5 @@ mysql_client_find_plugin(struct st_mysql *mysql, const char *name, int type); struct st_mysql_client_plugin * mysql_client_register_plugin(struct st_mysql *mysql, struct st_mysql_client_plugin *plugin); -int STDCALL mysql_plugin_options(struct st_mysql_client_plugin *plugin, - const char *option, - const void *value); +int mysql_plugin_options(struct st_mysql_client_plugin *plugin, + const char *option, const void *value); |