~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzle_time.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
*/
157
157
#define MAX_DATE_STRING_REP_LENGTH 30
158
158
 
 
159
int my_time_to_str(const DRIZZLE_TIME *l_time, char *to);
159
160
int my_date_to_str(const DRIZZLE_TIME *l_time, char *to);
160
161
int my_datetime_to_str(const DRIZZLE_TIME *l_time, char *to);
161
162
int my_TIME_to_str(const DRIZZLE_TIME *l_time, char *to);