From a6820aa5cd072caaf027b2d8f1aaa358d0377073 Mon Sep 17 00:00:00 2001
From: unknown <bar@mysql.com>
Date: Fri, 5 Nov 2004 09:00:04 +0400
Subject: [PATCH] libmysql.def, libmysql.c:   Clean-ups

libmysql/libmysql.c:
  Clean-ups
libmysql/libmysql.def:
  Clean-ups
  ,
---
 libmysql/libmysql.c   | 2 +-
 libmysql/libmysql.def | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.30.9