diff options
author | unknown <bar@mysql.com> | 2004-11-05 08:44:40 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-11-05 08:44:40 +0400 |
commit | 0a4984a4305c8088761e57d9cb8fb728f1913313 (patch) | |
tree | 33dba841f5040ef64b38e99f00fe5dd60c0073b9 /libmysql | |
parent | c52f3942a8ec10761594788c2c906706aa74b536 (diff) | |
download | mariadb-git-0a4984a4305c8088761e57d9cb8fb728f1913313.tar.gz |
libmysql.def, libmysql.c:
Minor clean-ups
libmysql/libmysql.c:
Minor clean-ups
libmysql/libmysql.def:
bk commit
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 3 | ||||
-rw-r--r-- | libmysql/libmysql.def | 1 |
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 |