1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed the ABI check files after the push of bug # 12325444.

This commit is contained in:
Georgi Kodinov
2011-04-28 13:08:05 +03:00
parent af6c8b59ea
commit 822e09fb64

View File

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