From 04071da35ac91d5d1b8a30a84b7da375ef303d83 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Tue, 18 Mar 2003 22:14:02 +0100 Subject: - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c) --- include/mysql_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mysql_com.h') diff --git a/include/mysql_com.h b/include/mysql_com.h index 963c1212794..945372563b0 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -228,7 +228,7 @@ extern unsigned long net_buffer_length; void randominit(struct rand_struct *,unsigned long seed1, unsigned long seed2); -double rnd(struct rand_struct *); +double my_rnd(struct rand_struct *); void make_scrambled_password(char *to,const char *password); void get_salt_from_password(unsigned long *res,const char *password); void make_password_from_salt(char *to, unsigned long *hash_res); -- cgit v1.2.1