mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
libmysql.def, libmysql.c:
Minor clean-ups
This commit is contained in:
@ -1563,7 +1563,8 @@ void my_net_local_init(NET *net)
|
||||
trailing '. The caller must supply whichever of those is desired.
|
||||
*/
|
||||
|
||||
ulong mysql_hex_string(char *to, const char *from, ulong length)
|
||||
ulong STDCALL
|
||||
mysql_hex_string(char *to, const char *from, ulong length)
|
||||
{
|
||||
char *to0= to;
|
||||
const char *end;
|
||||
|
Reference in New Issue
Block a user