Commit 1ba0ad70 authored by unknown's avatar unknown

libmysql.def, libmysql.c:

  Clean-ups


libmysql/libmysql.c:
  Clean-ups
libmysql/libmysql.def:
  Clean-ups
  ,
parent 2428fb5c
...@@ -3170,7 +3170,7 @@ void my_net_local_init(NET *net) ...@@ -3170,7 +3170,7 @@ void my_net_local_init(NET *net)
encoded string, not including the terminating null character. encoded string, not including the terminating null character.
*/ */
unsigned long ulong STDCALL
mysql_hex_string(char *to, const char *from, unsigned long length) mysql_hex_string(char *to, const char *from, unsigned long length)
{ {
char *to0= to; char *to0= to;
......
...@@ -11,6 +11,7 @@ EXPORTS ...@@ -11,6 +11,7 @@ EXPORTS
mysql_errno mysql_errno
mysql_error mysql_error
mysql_escape_string mysql_escape_string
mysql_hex_string
mysql_fetch_field mysql_fetch_field
mysql_fetch_field_direct mysql_fetch_field_direct
mysql_fetch_fields mysql_fetch_fields
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment