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

fix to make client.c compile on windows

This commit is contained in:
konstantin@oak.local
2004-03-12 18:53:45 +03:00
parent 8ad684adb9
commit 001ad87554
2 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@ cli_advanced_command(MYSQL *mysql, enum enum_server_command command,
void set_stmt_errmsg(MYSQL_STMT * stmt, const char *err, int errcode,
const char *sqlstate);
void set_mysql_error(MYSQL *mysql, int errcode, const char *sqlstate);
#ifdef __cplusplus
}
#endif