Use same type for function declaration and definition

This commit is contained in:
unknown 2006-11-13 13:45:40 +01:00
parent 5900506c95
commit 3477b50a32

View file

@ -780,7 +780,7 @@ long calc_daynr(uint year,uint month,uint day)
*/
my_time_t
my_system_gmt_sec(const MYSQL_TIME *t_src, long *my_timezone,
bool *in_dst_time_gap)
my_bool *in_dst_time_gap)
{
uint loop;
time_t tmp= 0;