summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorbar@mysql.com <>2004-11-05 08:44:40 +0400
committerbar@mysql.com <>2004-11-05 08:44:40 +0400
commit27fcb9f6af4f16640f519c10d4df54792ac5de4e (patch)
tree33dba841f5040ef64b38e99f00fe5dd60c0073b9 /libmysql
parent1a6889bb5c48349db5615188a2f6eda1aa07bfab (diff)
downloadmariadb-git-27fcb9f6af4f16640f519c10d4df54792ac5de4e.tar.gz
libmysql.def, libmysql.c:
Minor clean-ups
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/libmysql.c3
-rw-r--r--libmysql/libmysql.def1
2 files changed, 3 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 88f46ce19e7..a57c82e6424 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -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;
diff --git a/libmysql/libmysql.def b/libmysql/libmysql.def
index bc91e90a41c..c9ff70f208d 100644
--- a/libmysql/libmysql.def
+++ b/libmysql/libmysql.def
@@ -47,6 +47,7 @@ EXPORTS
mysql_errno
mysql_error
mysql_escape_string
+ mysql_hex_string
mysql_stmt_execute
mysql_stmt_fetch
mysql_stmt_fetch_column