summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-11-05 09:00:04 +0400
committerunknown <bar@mysql.com>2004-11-05 09:00:04 +0400
commit1ba0ad70765e0f1f3d5ec0109f89165acb7dd262 (patch)
treed40bd20c921a14ca02c9ae3f37c887702601fbbd /libmysql
parent2428fb5c2b01aba74fb3cb49bca9d690c203b715 (diff)
downloadmariadb-git-1ba0ad70765e0f1f3d5ec0109f89165acb7dd262.tar.gz
libmysql.def, libmysql.c:
Clean-ups libmysql/libmysql.c: Clean-ups libmysql/libmysql.def: Clean-ups ,
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/libmysql.c2
-rw-r--r--libmysql/libmysql.def1
2 files changed, 2 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 9257bf0efd0..2257ae739eb 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -3170,7 +3170,7 @@ void my_net_local_init(NET *net)
encoded string, not including the terminating null character.
*/
-unsigned long
+ulong STDCALL
mysql_hex_string(char *to, const char *from, unsigned long length)
{
char *to0= to;
diff --git a/libmysql/libmysql.def b/libmysql/libmysql.def
index b0433a34cb3..51a4edda5aa 100644
--- a/libmysql/libmysql.def
+++ b/libmysql/libmysql.def
@@ -11,6 +11,7 @@ EXPORTS
mysql_errno
mysql_error
mysql_escape_string
+ mysql_hex_string
mysql_fetch_field
mysql_fetch_field_direct
mysql_fetch_fields