~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time_functions.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
*/
96
96
void localtime_to_TIME(DRIZZLE_TIME *to, struct tm *from);
97
97
 
 
98
void make_time(const DRIZZLE_TIME *l_time, String *str);
 
99
 
98
100
void make_date(const DRIZZLE_TIME *l_time, String *str);
99
101
 
100
102
void make_datetime(const DRIZZLE_TIME *l_time, String *str);