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