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 | f575a86a965324df71147adc823e53afb34ab64d (patch) | |
tree | 4383a57259be1d65d3535e42d79007c5d04b1108 /include | |
parent | 82a68a5f5012b6422c5d7ec47966dd9bed2fe0b9 (diff) | |
download | mariadb-git-f575a86a965324df71147adc823e53afb34ab64d.tar.gz |
Fixed the ABI check files after the push of bug # 12325444.
Diffstat (limited to 'include')
-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); |