fix to make client.c compile on windows

This commit is contained in:
unknown 2004-03-12 18:53:45 +03:00
commit 8b11f1c106
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