1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix compile warnings.

This commit is contained in:
anozdrin/alik@station.
2007-09-29 23:31:08 +04:00
parent 80618e723e
commit 95e01d4453
4 changed files with 13 additions and 11 deletions

View File

@ -63,3 +63,7 @@ int cli_read_change_user_result(MYSQL *mysql, char *buff, const char *passwd);
int init_embedded_server(int argc, char **argv, char **groups);
void end_embedded_server();
#endif /*EMBEDDED_LIBRARY*/
C_MODE_START
extern int mysql_init_character_set(MYSQL *mysql);
C_MODE_END